Shades of Lime Green #39D816
Tints of Lime Green #39D816
RGB
CMYK
RGB Variations
Color information
#39D816 (or 0x39D816) is known color: Lime Green. HEX triplet: 39, D8 and 16. RGB value is (57,216,22). Sum of RGB (Red+Green+Blue) = 57+216+22=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #39D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D816 is #C627E9. Grayscale: #929292. Windows color (decimal): -12986346 or 1497145. OLE color: 1497145.
HSL color Cylindrical-coordinate representation of color #39D816: hue angle of 109.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39D816 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.15 |
| HSL | 109.18º | 0.82% | 0.47% | - |
| HSV(B) | 109.18º | 0.9% | 0.85% | - |
| XYZ | 26.39 | 50.04 | 9.03 | - |
| YUV | 146.34 | 57.82 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 22 | 0.74 | 0 | 0.90 | 0.15 | 109.18 | 0.82 | 0.47 |
| Hex | 39 | D8 | 16 | 4A | 0 | 5A | F | 6D | 52 | 2F |
| Octal | 71 | 330 | 26 | 112 | 0 | 132 | 17 | 155 | 122 | 57 |
| Binary | 111001 | 11011000 | 10110 | 1001010 | 0 | 1011010 | 1111 | 1101101 | 1010010 | 101111 |
Color Harmonies of #39D816
Complementary color
Monochromatic Colors of #39D816
Black with #39D816
Text Example
Text Example
White with #39D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D816; }
p { color: rgb(57,216,22); }
H1.HeaderClassName
{
color: #39D816;
}
.AnyTagClassName
{
color: #39D816;
}
</style>
background-color css
<style>
a { background-color: #39D816; }
a { background-color: rgb(57,216,22); }
div.DivClassName
{
background-color: #39D816;
}
.BgClassName
{
background-color: #39D816;
}
</style>
border-color css
<style>
span { border-color: #39D816; }
span { border-color: rgb(57,216,22); }
td.TdClassName
{
border-color: #39D816;
}
.TagClassName
{
border-color: #39D816;
}
</style>