Shades of Lime Green #3EC227
Tints of Lime Green #3EC227
RGB
CMYK
RGB Variations
Color information
#3EC227 (or 0x3EC227) is known color: Lime Green. HEX triplet: 3E, C2 and 27. RGB value is (62,194,39). Sum of RGB (Red+Green+Blue) = 62+194+39=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #3EC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC227 is #C13DD8. Grayscale: #898989. Windows color (decimal): -12664281 or 2605630. OLE color: 2605630.
HSL color Cylindrical-coordinate representation of color #3EC227: hue angle of 111.1º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3EC227 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 194 | 39 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.24 |
| HSL | 111.1º | 0.67% | 0.46% | - |
| HSV(B) | 111.1º | 0.8% | 0.76% | - |
| XYZ | 21.64 | 39.75 | 8.45 | - |
| YUV | 136.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 194 | 39 | 0.68 | 0 | 0.80 | 0.24 | 111.1 | 0.67 | 0.46 |
| Hex | 3E | C2 | 27 | 44 | 0 | 50 | 18 | 6F | 43 | 2E |
| Octal | 76 | 302 | 47 | 104 | 0 | 120 | 30 | 157 | 103 | 56 |
| Binary | 111110 | 11000010 | 100111 | 1000100 | 0 | 1010000 | 11000 | 1101111 | 1000011 | 101110 |
Color Harmonies of #3EC227
Complementary color
Monochromatic Colors of #3EC227
Black with #3EC227
Text Example
Text Example
White with #3EC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC227; }
p { color: rgb(62,194,39); }
H1.HeaderClassName
{
color: #3EC227;
}
.AnyTagClassName
{
color: #3EC227;
}
</style>
background-color css
<style>
a { background-color: #3EC227; }
a { background-color: rgb(62,194,39); }
div.DivClassName
{
background-color: #3EC227;
}
.BgClassName
{
background-color: #3EC227;
}
</style>
border-color css
<style>
span { border-color: #3EC227; }
span { border-color: rgb(62,194,39); }
td.TdClassName
{
border-color: #3EC227;
}
.TagClassName
{
border-color: #3EC227;
}
</style>