Shades of Lime Green #3ECE36
Tints of Lime Green #3ECE36
RGB
CMYK
RGB Variations
Color information
#3ECE36 (or 0x3ECE36) is known color: Lime Green. HEX triplet: 3E, CE and 36. RGB value is (62,206,54). Sum of RGB (Red+Green+Blue) = 62+206+54=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE36 is #C131C9. Grayscale: #929292. Windows color (decimal): -12661194 or 3591742. OLE color: 3591742.
HSL color Cylindrical-coordinate representation of color #3ECE36: hue angle of 116.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ECE36 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 54 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.19 |
| HSL | 116.84º | 0.61% | 0.51% | - |
| HSV(B) | 116.84º | 0.74% | 0.81% | - |
| XYZ | 24.72 | 45.43 | 10.96 | - |
| YUV | 145.62 | 76.29 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 54 | 0.70 | 0 | 0.74 | 0.19 | 116.84 | 0.61 | 0.51 |
| Hex | 3E | CE | 36 | 46 | 0 | 4A | 13 | 75 | 3D | 33 |
| Octal | 76 | 316 | 66 | 106 | 0 | 112 | 23 | 165 | 75 | 63 |
| Binary | 111110 | 11001110 | 110110 | 1000110 | 0 | 1001010 | 10011 | 1110101 | 111101 | 110011 |
Color Harmonies of #3ECE36
Complementary color
Monochromatic Colors of #3ECE36
Black with #3ECE36
Text Example
Text Example
White with #3ECE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE36; }
p { color: rgb(62,206,54); }
H1.HeaderClassName
{
color: #3ECE36;
}
.AnyTagClassName
{
color: #3ECE36;
}
</style>
background-color css
<style>
a { background-color: #3ECE36; }
a { background-color: rgb(62,206,54); }
div.DivClassName
{
background-color: #3ECE36;
}
.BgClassName
{
background-color: #3ECE36;
}
</style>
border-color css
<style>
span { border-color: #3ECE36; }
span { border-color: rgb(62,206,54); }
td.TdClassName
{
border-color: #3ECE36;
}
.TagClassName
{
border-color: #3ECE36;
}
</style>