Shades of Lime Green #39D958
Tints of Lime Green #39D958
RGB
CMYK
RGB Variations
Color information
#39D958 (or 0x39D958) is known color: Lime Green. HEX triplet: 39, D9 and 58. RGB value is (57,217,88). Sum of RGB (Red+Green+Blue) = 57+217+88=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #39D958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D958 is #C626A7. Grayscale: #9A9A9A. Windows color (decimal): -12986024 or 5822777. OLE color: 5822777.
HSL color Cylindrical-coordinate representation of color #39D958: hue angle of 131.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D958 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 88 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.15 |
| HSL | 131.63º | 0.68% | 0.54% | - |
| HSV(B) | 131.63º | 0.74% | 0.85% | - |
| XYZ | 28.26 | 51.2 | 17.63 | - |
| YUV | 154.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 88 | 0.74 | 0 | 0.59 | 0.15 | 131.63 | 0.68 | 0.54 |
| Hex | 39 | D9 | 58 | 4A | 0 | 3B | F | 84 | 44 | 36 |
| Octal | 71 | 331 | 130 | 112 | 0 | 73 | 17 | 204 | 104 | 66 |
| Binary | 111001 | 11011001 | 1011000 | 1001010 | 0 | 111011 | 1111 | 10000100 | 1000100 | 110110 |
Color Harmonies of #39D958
Complementary color
Monochromatic Colors of #39D958
Black with #39D958
Text Example
Text Example
White with #39D958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D958; }
p { color: rgb(57,217,88); }
H1.HeaderClassName
{
color: #39D958;
}
.AnyTagClassName
{
color: #39D958;
}
</style>
background-color css
<style>
a { background-color: #39D958; }
a { background-color: rgb(57,217,88); }
div.DivClassName
{
background-color: #39D958;
}
.BgClassName
{
background-color: #39D958;
}
</style>
border-color css
<style>
span { border-color: #39D958; }
span { border-color: rgb(57,217,88); }
td.TdClassName
{
border-color: #39D958;
}
.TagClassName
{
border-color: #39D958;
}
</style>