Shades of Lime Green #3ECE3C
Tints of Lime Green #3ECE3C
RGB
CMYK
RGB Variations
Color information
#3ECE3C (or 0x3ECE3C) is known color: Lime Green. HEX triplet: 3E, CE and 3C. RGB value is (62,206,60). Sum of RGB (Red+Green+Blue) = 62+206+60=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE3C is #C131C3. Grayscale: #929292. Windows color (decimal): -12661188 or 3984958. OLE color: 3984958.
HSL color Cylindrical-coordinate representation of color #3ECE3C: hue angle of 119.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ECE3C is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
RGB | 62 | 206 | 60 | - |
CMYK | 0.70 | 0 | 0.71 | 0.19 |
HSL | 119.18º | 0.6% | 0.52% | - |
HSV(B) | 119.18º | 0.71% | 0.81% | - |
XYZ | 24.87 | 45.49 | 11.75 | - |
YUV | 146.3 | 79.29 | 67.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 206 | 60 | 0.70 | 0 | 0.71 | 0.19 | 119.18 | 0.6 | 0.52 |
Hex | 3E | CE | 3C | 46 | 0 | 47 | 13 | 77 | 3C | 34 |
Octal | 76 | 316 | 74 | 106 | 0 | 107 | 23 | 167 | 74 | 64 |
Binary | 111110 | 11001110 | 111100 | 1000110 | 0 | 1000111 | 10011 | 1110111 | 111100 | 110100 |
Color Harmonies of #3ECE3C
Complementary color
Monochromatic Colors of #3ECE3C
Black with #3ECE3C
Text Example
Text Example
White with #3ECE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE3C; }
p { color: rgb(62,206,60); }
H1.HeaderClassName
{
color: #3ECE3C;
}
.AnyTagClassName
{
color: #3ECE3C;
}
</style>
background-color css
<style>
a { background-color: #3ECE3C; }
a { background-color: rgb(62,206,60); }
div.DivClassName
{
background-color: #3ECE3C;
}
.BgClassName
{
background-color: #3ECE3C;
}
</style>
border-color css
<style>
span { border-color: #3ECE3C; }
span { border-color: rgb(62,206,60); }
td.TdClassName
{
border-color: #3ECE3C;
}
.TagClassName
{
border-color: #3ECE3C;
}
</style>