Shades of Lime Green #39D953
Tints of Lime Green #39D953
RGB
CMYK
RGB Variations
Color information
#39D953 (or 0x39D953) is known color: Lime Green. HEX triplet: 39, D9 and 53. RGB value is (57,217,83). Sum of RGB (Red+Green+Blue) = 57+217+83=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #39D953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D953 is #C626AC. Grayscale: #9A9A9A. Windows color (decimal): -12986029 or 5495097. OLE color: 5495097.
HSL color Cylindrical-coordinate representation of color #39D953: hue angle of 129.75º 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 #39D953 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 83 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.15 |
| HSL | 129.75º | 0.68% | 0.54% | - |
| HSV(B) | 129.75º | 0.74% | 0.85% | - |
| XYZ | 28.06 | 51.12 | 16.57 | - |
| YUV | 153.88 | 87.99 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 83 | 0.74 | 0 | 0.62 | 0.15 | 129.75 | 0.68 | 0.54 |
| Hex | 39 | D9 | 53 | 4A | 0 | 3E | F | 82 | 44 | 36 |
| Octal | 71 | 331 | 123 | 112 | 0 | 76 | 17 | 202 | 104 | 66 |
| Binary | 111001 | 11011001 | 1010011 | 1001010 | 0 | 111110 | 1111 | 10000010 | 1000100 | 110110 |
Color Harmonies of #39D953
Complementary color
Monochromatic Colors of #39D953
Black with #39D953
Text Example
Text Example
White with #39D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D953; }
p { color: rgb(57,217,83); }
H1.HeaderClassName
{
color: #39D953;
}
.AnyTagClassName
{
color: #39D953;
}
</style>
background-color css
<style>
a { background-color: #39D953; }
a { background-color: rgb(57,217,83); }
div.DivClassName
{
background-color: #39D953;
}
.BgClassName
{
background-color: #39D953;
}
</style>
border-color css
<style>
span { border-color: #39D953; }
span { border-color: rgb(57,217,83); }
td.TdClassName
{
border-color: #39D953;
}
.TagClassName
{
border-color: #39D953;
}
</style>