Html Css Color HEX #3EE442 Lime Green

📋 copy color: '#3EE442'

red 62 ◦ green 228 ◦ blue 66

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

Shades of Lime Green #3EE442

Tints of Lime Green #3EE442

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.04%

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 17.42%
G = 64.04%
B = 18.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#3EE442 (or 0x3EE442) is known color: Lime Green. HEX triplet: 3E, E4 and 42. RGB value is (62,228,66). Sum of RGB (Red+Green+Blue) = 62+228+66=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 228 (89.45% from 255 or 64.04% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE442 is #C11BBD. Grayscale: #A0A0A0. Windows color (decimal): -12655550 or 4383806. OLE color: 4383806.

HSL color Cylindrical-coordinate representation of color #3EE442: hue angle of 121.45º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE442 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 228 66 -
CMYK 0.73 0 0.71 0.11
HSL 121.45º 0.75% 0.57% -
HSV(B) 121.45º 0.73% 0.89% -
XYZ 30.71 56.9 14.52 -
YUV 159.9 75 58.17 -
System Red Green Blue C M Y K H S L
Decimal 62 228 66 0.73 0 0.71 0.11 121.45 0.75 0.57
Hex 3E E4 42 49 0 47 B 79 4B 39
Octal 76 344 102 111 0 107 13 171 113 71
Binary 111110 11100100 1000010 1001001 0 1000111 1011 1111001 1001011 111001

Color Harmonies of #3EE442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE442

Black with #3EE442

Text Example


Text Example

White with #3EE442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,228,66); }

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

background-color css

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

 a { background-color: rgb(62,228,66); }

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

border-color css

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

 span { border-color: rgb(62,228,66); }

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