Shades of Lime Green #3ECE2E
Tints of Lime Green #3ECE2E
RGB
CMYK
RGB Variations
Color information
#3ECE2E (or 0x3ECE2E) is known color: Lime Green. HEX triplet: 3E, CE and 2E. RGB value is (62,206,46). Sum of RGB (Red+Green+Blue) = 62+206+46=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE2E is #C131D1. Grayscale: #919191. Windows color (decimal): -12661202 or 3067454. OLE color: 3067454.
HSL color Cylindrical-coordinate representation of color #3ECE2E: hue angle of 114º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3ECE2E is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 46 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.19 |
| HSL | 114º | 0.63% | 0.49% | - |
| HSV(B) | 114º | 0.78% | 0.81% | - |
| XYZ | 24.55 | 45.36 | 10.05 | - |
| YUV | 144.7 | 72.29 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 46 | 0.70 | 0 | 0.78 | 0.19 | 114 | 0.63 | 0.49 |
| Hex | 3E | CE | 2E | 46 | 0 | 4E | 13 | 72 | 3F | 31 |
| Octal | 76 | 316 | 56 | 106 | 0 | 116 | 23 | 162 | 77 | 61 |
| Binary | 111110 | 11001110 | 101110 | 1000110 | 0 | 1001110 | 10011 | 1110010 | 111111 | 110001 |
Color Harmonies of #3ECE2E
Complementary color
Monochromatic Colors of #3ECE2E
Black with #3ECE2E
Text Example
Text Example
White with #3ECE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE2E; }
p { color: rgb(62,206,46); }
H1.HeaderClassName
{
color: #3ECE2E;
}
.AnyTagClassName
{
color: #3ECE2E;
}
</style>
background-color css
<style>
a { background-color: #3ECE2E; }
a { background-color: rgb(62,206,46); }
div.DivClassName
{
background-color: #3ECE2E;
}
.BgClassName
{
background-color: #3ECE2E;
}
</style>
border-color css
<style>
span { border-color: #3ECE2E; }
span { border-color: rgb(62,206,46); }
td.TdClassName
{
border-color: #3ECE2E;
}
.TagClassName
{
border-color: #3ECE2E;
}
</style>