Shades of Lime Green #39E144
Tints of Lime Green #39E144
RGB
CMYK
RGB Variations
Color information
#39E144 (or 0x39E144) is known color: Lime Green. HEX triplet: 39, E1 and 44. RGB value is (57,225,68). Sum of RGB (Red+Green+Blue) = 57+225+68=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #39E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39E144 is #C61EBB. Grayscale: #9D9D9D. Windows color (decimal): -12983996 or 4514105. OLE color: 4514105.
HSL color Cylindrical-coordinate representation of color #39E144: hue angle of 123.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E144 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 225 | 68 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.12 |
| HSL | 123.93º | 0.74% | 0.55% | - |
| HSV(B) | 123.93º | 0.75% | 0.88% | - |
| XYZ | 29.66 | 55.14 | 14.55 | - |
| YUV | 156.87 | 77.84 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 225 | 68 | 0.75 | 0 | 0.70 | 0.12 | 123.93 | 0.74 | 0.55 |
| Hex | 39 | E1 | 44 | 4B | 0 | 46 | C | 7C | 4A | 37 |
| Octal | 71 | 341 | 104 | 113 | 0 | 106 | 14 | 174 | 112 | 67 |
| Binary | 111001 | 11100001 | 1000100 | 1001011 | 0 | 1000110 | 1100 | 1111100 | 1001010 | 110111 |
Color Harmonies of #39E144
Complementary color
Monochromatic Colors of #39E144
Black with #39E144
Text Example
Text Example
White with #39E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E144; }
p { color: rgb(57,225,68); }
H1.HeaderClassName
{
color: #39E144;
}
.AnyTagClassName
{
color: #39E144;
}
</style>
background-color css
<style>
a { background-color: #39E144; }
a { background-color: rgb(57,225,68); }
div.DivClassName
{
background-color: #39E144;
}
.BgClassName
{
background-color: #39E144;
}
</style>
border-color css
<style>
span { border-color: #39E144; }
span { border-color: rgb(57,225,68); }
td.TdClassName
{
border-color: #39E144;
}
.TagClassName
{
border-color: #39E144;
}
</style>