Shades of Lime Green #39E127
Tints of Lime Green #39E127
RGB
CMYK
RGB Variations
Color information
#39E127 (or 0x39E127) is known color: Lime Green. HEX triplet: 39, E1 and 27. RGB value is (57,225,39). Sum of RGB (Red+Green+Blue) = 57+225+39=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #39E127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39E127 is #C61ED8. Grayscale: #9A9A9A. Windows color (decimal): -12984025 or 2613561. OLE color: 2613561.
HSL color Cylindrical-coordinate representation of color #39E127: hue angle of 114.19º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39E127 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 225 | 39 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.12 |
| HSL | 114.19º | 0.76% | 0.52% | - |
| HSV(B) | 114.19º | 0.83% | 0.88% | - |
| XYZ | 28.98 | 54.87 | 10.98 | - |
| YUV | 153.56 | 63.34 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 225 | 39 | 0.75 | 0 | 0.83 | 0.12 | 114.19 | 0.76 | 0.52 |
| Hex | 39 | E1 | 27 | 4B | 0 | 53 | C | 72 | 4C | 34 |
| Octal | 71 | 341 | 47 | 113 | 0 | 123 | 14 | 162 | 114 | 64 |
| Binary | 111001 | 11100001 | 100111 | 1001011 | 0 | 1010011 | 1100 | 1110010 | 1001100 | 110100 |
Color Harmonies of #39E127
Complementary color
Monochromatic Colors of #39E127
Black with #39E127
Text Example
Text Example
White with #39E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E127; }
p { color: rgb(57,225,39); }
H1.HeaderClassName
{
color: #39E127;
}
.AnyTagClassName
{
color: #39E127;
}
</style>
background-color css
<style>
a { background-color: #39E127; }
a { background-color: rgb(57,225,39); }
div.DivClassName
{
background-color: #39E127;
}
.BgClassName
{
background-color: #39E127;
}
</style>
border-color css
<style>
span { border-color: #39E127; }
span { border-color: rgb(57,225,39); }
td.TdClassName
{
border-color: #39E127;
}
.TagClassName
{
border-color: #39E127;
}
</style>