Html Css Color HEX #3EE052 Lime Green

📋 copy color: '#3EE052'

red 62 ◦ green 224 ◦ blue 82

#3EE052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3EE052

Tints of Lime Green #3EE052

RGB

 RED value IS 62 (24.61% from 255) = 16.85%

 GREEN value IS 224 (87.89% from 255) = 60.87%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 16.85%
G = 60.87%
B = 22.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3EE052 (or 0x3EE052) is known color: Lime Green. HEX triplet: 3E, E0 and 52. RGB value is (62,224,82). Sum of RGB (Red+Green+Blue) = 62+224+82=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE052 is #C11FAD. Grayscale: #9F9F9F. Windows color (decimal): -12656558 or 5431358. OLE color: 5431358.

HSL color Cylindrical-coordinate representation of color #3EE052: hue angle of 127.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE052 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 82 -
CMYK 0.72 0 0.63 0.12
HSL 127.41º 0.72% 0.56% -
HSV(B) 127.41º 0.72% 0.88% -
XYZ 30.17 54.94 17 -
YUV 159.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 62 224 82 0.72 0 0.63 0.12 127.41 0.72 0.56
Hex 3E E0 52 48 0 3F C 7F 48 38
Octal 76 340 122 110 0 77 14 177 110 70
Binary 111110 11100000 1010010 1001000 0 111111 1100 1111111 1001000 111000

Color Harmonies of #3EE052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE052

Black with #3EE052

Text Example


Text Example

White with #3EE052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3EE052; }

 p { color: rgb(62,224,82); }

 H1.HeaderClassName
 {
   color: #3EE052;
 }
 .AnyTagClassName
 {
   color: #3EE052;
 }
</style>

background-color css

<style>
 a { background-color: #3EE052; }

 a { background-color: rgb(62,224,82); }

 div.DivClassName
 {
   background-color: #3EE052;
 }
 .BgClassName
 {
   background-color: #3EE052;
 }
</style>

border-color css

<style>
 span { border-color: #3EE052; }

 span { border-color: rgb(62,224,82); }

 td.TdClassName
 {
   border-color: #3EE052;
 }
 .TagClassName
 {
   border-color: #3EE052;
 }
</style>