Shades of Lime Green #39D950
Tints of Lime Green #39D950
RGB
CMYK
RGB Variations
Color information
#39D950 (or 0x39D950) is known color: Lime Green. HEX triplet: 39, D9 and 50. RGB value is (57,217,80). Sum of RGB (Red+Green+Blue) = 57+217+80=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #39D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D950 is #C626AF. Grayscale: #999999. Windows color (decimal): -12986032 or 5298489. OLE color: 5298489.
HSL color Cylindrical-coordinate representation of color #39D950: hue angle of 128.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 #39D950 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 80 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.15 |
| HSL | 128.63º | 0.68% | 0.54% | - |
| HSV(B) | 128.63º | 0.74% | 0.85% | - |
| XYZ | 27.95 | 51.07 | 15.97 | - |
| YUV | 153.54 | 86.49 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 80 | 0.74 | 0 | 0.63 | 0.15 | 128.63 | 0.68 | 0.54 |
| Hex | 39 | D9 | 50 | 4A | 0 | 3F | F | 81 | 44 | 36 |
| Octal | 71 | 331 | 120 | 112 | 0 | 77 | 17 | 201 | 104 | 66 |
| Binary | 111001 | 11011001 | 1010000 | 1001010 | 0 | 111111 | 1111 | 10000001 | 1000100 | 110110 |
Color Harmonies of #39D950
Complementary color
Monochromatic Colors of #39D950
Black with #39D950
Text Example
Text Example
White with #39D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D950; }
p { color: rgb(57,217,80); }
H1.HeaderClassName
{
color: #39D950;
}
.AnyTagClassName
{
color: #39D950;
}
</style>
background-color css
<style>
a { background-color: #39D950; }
a { background-color: rgb(57,217,80); }
div.DivClassName
{
background-color: #39D950;
}
.BgClassName
{
background-color: #39D950;
}
</style>
border-color css
<style>
span { border-color: #39D950; }
span { border-color: rgb(57,217,80); }
td.TdClassName
{
border-color: #39D950;
}
.TagClassName
{
border-color: #39D950;
}
</style>