#3ECC36

Color #3ECC36 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3ECC36

Tints of Lime Green #3ECC36

Color information

#3ECC36 (or 0x3ECC36) is unknown color: approx Lime Green. HEX triplet: 3E, CC and 36. RGB value is (62,204,54). Sum of RGB (Red+Green+Blue) = 62+204+54=320 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.38% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #3ECC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECC36 is #C133C9. Grayscale: #909090. Windows color (decimal): -12661706 or 3591230. OLE color: 3591230.

HSL color Cylindrical-coordinate representation of color #3ECC36: hue angle of 116.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ECC36 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB6220454-
CMYK0.7000.740.2
HSL116.8º59.52%50.59%-
HSV(B)116.8º73.53%80%-
XYZ24.2544.4810.8-
YUV144.4476.9669.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.38%
GREEN value IS 204 (80.08% from 255) = 63.75%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=19.38%
G=63.75%
B=16.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal62204540.7000.740.2116.859.5250.59
Hex3ECC364604A14753c33
Octal76314661060112241657463
Binary11111011001100110110100011001001010101001110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3ECC36;
 }
 .AnyTagClassName
 {
   color: #3ECC36;
 }
</style>
background-color css

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

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

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

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

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

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