Shades of Lime Green #39D918
Tints of Lime Green #39D918
RGB
CMYK
RGB Variations
Color information
#39D918 (or 0x39D918) is known color: Lime Green. HEX triplet: 39, D9 and 18. RGB value is (57,217,24). Sum of RGB (Red+Green+Blue) = 57+217+24=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #39D918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39D918 is #C626E7. Grayscale: #939393. Windows color (decimal): -12986088 or 1628473. OLE color: 1628473.
HSL color Cylindrical-coordinate representation of color #39D918: hue angle of 109.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39D918 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 24 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.15 |
| HSL | 109.74º | 0.8% | 0.47% | - |
| HSV(B) | 109.74º | 0.89% | 0.85% | - |
| XYZ | 26.67 | 50.56 | 9.22 | - |
| YUV | 147.16 | 58.49 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 24 | 0.74 | 0 | 0.89 | 0.15 | 109.74 | 0.8 | 0.47 |
| Hex | 39 | D9 | 18 | 4A | 0 | 59 | F | 6E | 50 | 2F |
| Octal | 71 | 331 | 30 | 112 | 0 | 131 | 17 | 156 | 120 | 57 |
| Binary | 111001 | 11011001 | 11000 | 1001010 | 0 | 1011001 | 1111 | 1101110 | 1010000 | 101111 |
Color Harmonies of #39D918
Complementary color
Monochromatic Colors of #39D918
Black with #39D918
Text Example
Text Example
White with #39D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D918; }
p { color: rgb(57,217,24); }
H1.HeaderClassName
{
color: #39D918;
}
.AnyTagClassName
{
color: #39D918;
}
</style>
background-color css
<style>
a { background-color: #39D918; }
a { background-color: rgb(57,217,24); }
div.DivClassName
{
background-color: #39D918;
}
.BgClassName
{
background-color: #39D918;
}
</style>
border-color css
<style>
span { border-color: #39D918; }
span { border-color: rgb(57,217,24); }
td.TdClassName
{
border-color: #39D918;
}
.TagClassName
{
border-color: #39D918;
}
</style>