Color Hex Logo

#30ef65 Color Hex

#30EF65
(48,239,101)
0 Favorites   0 Comments

Color spaces of #30ef65

RGB 48239101
HSL0.380.860.56
HSV137°80°94°
CMYK 0.800.000.58   0.06
XYZ34.434463.301022.7154
Yxy63.30100.28590.5255
Hunter Lab79.5619-61.978638.7657
CIE-Lab83.6005-72.871253.1071

#30ef65 color RGB value is (48,239,101).

#30ef65 hex color red value is 48, green value is 239 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #30ef65 hue: 0.38 , saturation: 0.86 and the lightness value of 30ef65 is 0.56.

The process color (four color CMYK) of #30ef65 color hex is 0.80, 0.00, 0.58, 0.06. Web safe color of #30ef65 is #33ff66. Color #30ef65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 01100101
Octal 60 357 145
Decimal 48 239 101
Hex 30 EF 65

RGB Percentages of Color #30ef65

%12.37
%61.60
%26.03

CMYK Percentages of Color #30ef65

%80
%0
%58
%6

Triadic Colors of #30ef65

#30ef65 #6530ef #ef6530

Analogous Colors of #30ef65

#30ef65 #30efc5 #5bef30

Monochromatic Colors of #30ef65

#30ef65

Complementary Color

#30ef65 #ef30ba

#30ef65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ef65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ef65 Color CSS Codes

.mybgcolor {background-color:#30ef65; } 
.myforecolor {color:#30ef65; }
.mybordercolor {border:3px solid #30ef65; }

#30ef65 Text Font Color

<p style="color:#30ef65">Text here</p>

This sample text font color is #30ef65
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30ef65 Background Color

<div style="background-color:#30ef65">
Div content here</div>

This div background color is #30ef65


#30ef65 Border Color

<div style="border:3px solid #30ef65">
Div here</div>

This div border color is #30ef65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,239,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30ef65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30ef65;
  -webkit-box-shadow: 1px 1px 3px 2px #30ef65;
  box-shadow:         1px 1px 3px 2px #30ef65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,239,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30ef65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30ef65;
  -webkit-box-shadow: 1px 1px 3px 2px #30ef65;
  box-shadow:         1px 1px 3px 2px #30ef65;">
Div content here</div>

This div box has shadow with color #30ef65


Comments

No comments written yet.

Please login to write comment.