Shades of Lime Green #3ECE2F
Tints of Lime Green #3ECE2F
RGB
CMYK
RGB Variations
Color information
#3ECE2F (or 0x3ECE2F) is known color: Lime Green. HEX triplet: 3E, CE and 2F. RGB value is (62,206,47). Sum of RGB (Red+Green+Blue) = 62+206+47=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE2F is #C131D0. Grayscale: #919191. Windows color (decimal): -12661201 or 3132990. OLE color: 3132990.
HSL color Cylindrical-coordinate representation of color #3ECE2F: hue angle of 114.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ECE2F is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 47 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.19 |
| HSL | 114.34º | 0.63% | 0.5% | - |
| HSV(B) | 114.34º | 0.77% | 0.81% | - |
| XYZ | 24.57 | 45.37 | 10.15 | - |
| YUV | 144.82 | 72.79 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 47 | 0.70 | 0 | 0.77 | 0.19 | 114.34 | 0.63 | 0.5 |
| Hex | 3E | CE | 2F | 46 | 0 | 4D | 13 | 72 | 3F | 32 |
| Octal | 76 | 316 | 57 | 106 | 0 | 115 | 23 | 162 | 77 | 62 |
| Binary | 111110 | 11001110 | 101111 | 1000110 | 0 | 1001101 | 10011 | 1110010 | 111111 | 110010 |
Color Harmonies of #3ECE2F
Complementary color
Monochromatic Colors of #3ECE2F
Black with #3ECE2F
Text Example
Text Example
White with #3ECE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE2F; }
p { color: rgb(62,206,47); }
H1.HeaderClassName
{
color: #3ECE2F;
}
.AnyTagClassName
{
color: #3ECE2F;
}
</style>
background-color css
<style>
a { background-color: #3ECE2F; }
a { background-color: rgb(62,206,47); }
div.DivClassName
{
background-color: #3ECE2F;
}
.BgClassName
{
background-color: #3ECE2F;
}
</style>
border-color css
<style>
span { border-color: #3ECE2F; }
span { border-color: rgb(62,206,47); }
td.TdClassName
{
border-color: #3ECE2F;
}
.TagClassName
{
border-color: #3ECE2F;
}
</style>