Shades of Lime Green #39D928
Tints of Lime Green #39D928
RGB
CMYK
RGB Variations
Color information
#39D928 (or 0x39D928) is known color: Lime Green. HEX triplet: 39, D9 and 28. RGB value is (57,217,40). Sum of RGB (Red+Green+Blue) = 57+217+40=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #39D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D928 is #C626D7. Grayscale: #959595. Windows color (decimal): -12986072 or 2677049. OLE color: 2677049.
HSL color Cylindrical-coordinate representation of color #39D928: hue angle of 114.24º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39D928 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 40 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.15 |
| HSL | 114.24º | 0.7% | 0.5% | - |
| HSV(B) | 114.24º | 0.82% | 0.85% | - |
| XYZ | 26.88 | 50.65 | 10.37 | - |
| YUV | 148.98 | 66.49 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 40 | 0.74 | 0 | 0.82 | 0.15 | 114.24 | 0.7 | 0.5 |
| Hex | 39 | D9 | 28 | 4A | 0 | 52 | F | 72 | 46 | 32 |
| Octal | 71 | 331 | 50 | 112 | 0 | 122 | 17 | 162 | 106 | 62 |
| Binary | 111001 | 11011001 | 101000 | 1001010 | 0 | 1010010 | 1111 | 1110010 | 1000110 | 110010 |
Color Harmonies of #39D928
Complementary color
Monochromatic Colors of #39D928
Black with #39D928
Text Example
Text Example
White with #39D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D928; }
p { color: rgb(57,217,40); }
H1.HeaderClassName
{
color: #39D928;
}
.AnyTagClassName
{
color: #39D928;
}
</style>
background-color css
<style>
a { background-color: #39D928; }
a { background-color: rgb(57,217,40); }
div.DivClassName
{
background-color: #39D928;
}
.BgClassName
{
background-color: #39D928;
}
</style>
border-color css
<style>
span { border-color: #39D928; }
span { border-color: rgb(57,217,40); }
td.TdClassName
{
border-color: #39D928;
}
.TagClassName
{
border-color: #39D928;
}
</style>