Html Css Color HEX #3EC242 Lime Green

📋 copy color: '#3EC242'

red 62 ◦ green 194 ◦ blue 66

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

Shades of Lime Green #3EC242

Tints of Lime Green #3EC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

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

R = 19.25%
G = 60.25%
B = 20.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#3EC242 (or 0x3EC242) is known color: Lime Green. HEX triplet: 3E, C2 and 42. RGB value is (62,194,66). Sum of RGB (Red+Green+Blue) = 62+194+66=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #3EC242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC242 is #C13DBD. Grayscale: #8C8C8C. Windows color (decimal): -12664254 or 4375102. OLE color: 4375102.

HSL color Cylindrical-coordinate representation of color #3EC242: hue angle of 121.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC242 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 62 194 66 -
CMYK 0.68 0 0.66 0.24
HSL 121.82º 0.52% 0.5% -
HSV(B) 121.82º 0.68% 0.76% -
XYZ 22.26 40 11.7 -
YUV 139.94 86.27 72.41 -
System Red Green Blue C M Y K H S L
Decimal 62 194 66 0.68 0 0.66 0.24 121.82 0.52 0.5
Hex 3E C2 42 44 0 42 18 7A 34 32
Octal 76 302 102 104 0 102 30 172 64 62
Binary 111110 11000010 1000010 1000100 0 1000010 11000 1111010 110100 110010

Color Harmonies of #3EC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EC242

Black with #3EC242

Text Example


Text Example

White with #3EC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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