Shades of Lime Green #3EC82E
Tints of Lime Green #3EC82E
RGB
CMYK
RGB Variations
Color information
#3EC82E (or 0x3EC82E) is known color: Lime Green. HEX triplet: 3E, C8 and 2E. RGB value is (62,200,46). Sum of RGB (Red+Green+Blue) = 62+200+46=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #3EC82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC82E is #C137D1. Grayscale: #8D8D8D. Windows color (decimal): -12662738 or 3065918. OLE color: 3065918.
HSL color Cylindrical-coordinate representation of color #3EC82E: hue angle of 113.77º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EC82E is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 200 | 46 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.22 |
| HSL | 113.77º | 0.63% | 0.48% | - |
| HSV(B) | 113.77º | 0.77% | 0.78% | - |
| XYZ | 23.13 | 42.53 | 9.57 | - |
| YUV | 141.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 200 | 46 | 0.69 | 0 | 0.77 | 0.22 | 113.77 | 0.63 | 0.48 |
| Hex | 3E | C8 | 2E | 45 | 0 | 4D | 16 | 72 | 3F | 30 |
| Octal | 76 | 310 | 56 | 105 | 0 | 115 | 26 | 162 | 77 | 60 |
| Binary | 111110 | 11001000 | 101110 | 1000101 | 0 | 1001101 | 10110 | 1110010 | 111111 | 110000 |
Color Harmonies of #3EC82E
Complementary color
Monochromatic Colors of #3EC82E
Black with #3EC82E
Text Example
Text Example
White with #3EC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC82E; }
p { color: rgb(62,200,46); }
H1.HeaderClassName
{
color: #3EC82E;
}
.AnyTagClassName
{
color: #3EC82E;
}
</style>
background-color css
<style>
a { background-color: #3EC82E; }
a { background-color: rgb(62,200,46); }
div.DivClassName
{
background-color: #3EC82E;
}
.BgClassName
{
background-color: #3EC82E;
}
</style>
border-color css
<style>
span { border-color: #3EC82E; }
span { border-color: rgb(62,200,46); }
td.TdClassName
{
border-color: #3EC82E;
}
.TagClassName
{
border-color: #3EC82E;
}
</style>