Html Css Color HEX #3ECC42 Lime Green

📋 copy color: '#3ECC42'

red 62 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #3ECC42

Tints of Lime Green #3ECC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.45%

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

R = 18.67%
G = 61.45%
B = 19.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#3ECC42 (or 0x3ECC42) is known color: Lime Green. HEX triplet: 3E, CC and 42. RGB value is (62,204,66). Sum of RGB (Red+Green+Blue) = 62+204+66=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC42 is #C133BD. Grayscale: #929292. Windows color (decimal): -12661694 or 4377662. OLE color: 4377662.

HSL color Cylindrical-coordinate representation of color #3ECC42: hue angle of 121.69º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECC42 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 204 66 -
CMYK 0.70 0 0.68 0.2
HSL 121.69º 0.58% 0.52% -
HSV(B) 121.69º 0.7% 0.8% -
XYZ 24.56 44.6 12.47 -
YUV 145.81 82.96 68.22 -
System Red Green Blue C M Y K H S L
Decimal 62 204 66 0.70 0 0.68 0.2 121.69 0.58 0.52
Hex 3E CC 42 46 0 44 14 7A 3A 34
Octal 76 314 102 106 0 104 24 172 72 64
Binary 111110 11001100 1000010 1000110 0 1000100 10100 1111010 111010 110100

Color Harmonies of #3ECC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECC42

Black with #3ECC42

Text Example


Text Example

White with #3ECC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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