Shades of Lime Green #39D952
Tints of Lime Green #39D952
RGB
CMYK
RGB Variations
Color information
#39D952 (or 0x39D952) is known color: Lime Green. HEX triplet: 39, D9 and 52. RGB value is (57,217,82). Sum of RGB (Red+Green+Blue) = 57+217+82=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #39D952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D952 is #C626AD. Grayscale: #9A9A9A. Windows color (decimal): -12986030 or 5429561. OLE color: 5429561.
HSL color Cylindrical-coordinate representation of color #39D952: hue angle of 129.38º 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 #39D952 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 82 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.15 |
| HSL | 129.38º | 0.68% | 0.54% | - |
| HSV(B) | 129.38º | 0.74% | 0.85% | - |
| XYZ | 28.02 | 51.1 | 16.37 | - |
| YUV | 153.77 | 87.49 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 82 | 0.74 | 0 | 0.62 | 0.15 | 129.38 | 0.68 | 0.54 |
| Hex | 39 | D9 | 52 | 4A | 0 | 3E | F | 81 | 44 | 36 |
| Octal | 71 | 331 | 122 | 112 | 0 | 76 | 17 | 201 | 104 | 66 |
| Binary | 111001 | 11011001 | 1010010 | 1001010 | 0 | 111110 | 1111 | 10000001 | 1000100 | 110110 |
Color Harmonies of #39D952
Complementary color
Monochromatic Colors of #39D952
Black with #39D952
Text Example
Text Example
White with #39D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D952; }
p { color: rgb(57,217,82); }
H1.HeaderClassName
{
color: #39D952;
}
.AnyTagClassName
{
color: #39D952;
}
</style>
background-color css
<style>
a { background-color: #39D952; }
a { background-color: rgb(57,217,82); }
div.DivClassName
{
background-color: #39D952;
}
.BgClassName
{
background-color: #39D952;
}
</style>
border-color css
<style>
span { border-color: #39D952; }
span { border-color: rgb(57,217,82); }
td.TdClassName
{
border-color: #39D952;
}
.TagClassName
{
border-color: #39D952;
}
</style>