Shades of Lime Green #39D150
Tints of Lime Green #39D150
RGB
CMYK
RGB Variations
Color information
#39D150 (or 0x39D150) is known color: Lime Green. HEX triplet: 39, D1 and 50. RGB value is (57,209,80). Sum of RGB (Red+Green+Blue) = 57+209+80=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #39D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D150 is #C62EAF. Grayscale: #959595. Windows color (decimal): -12988080 or 5296441. OLE color: 5296441.
HSL color Cylindrical-coordinate representation of color #39D150: hue angle of 129.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D150 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 209 | 80 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.18 |
| HSL | 129.08º | 0.62% | 0.52% | - |
| HSV(B) | 129.08º | 0.73% | 0.82% | - |
| XYZ | 25.94 | 47.05 | 15.3 | - |
| YUV | 148.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 209 | 80 | 0.73 | 0 | 0.62 | 0.18 | 129.08 | 0.62 | 0.52 |
| Hex | 39 | D1 | 50 | 49 | 0 | 3E | 12 | 81 | 3E | 34 |
| Octal | 71 | 321 | 120 | 111 | 0 | 76 | 22 | 201 | 76 | 64 |
| Binary | 111001 | 11010001 | 1010000 | 1001001 | 0 | 111110 | 10010 | 10000001 | 111110 | 110100 |
Color Harmonies of #39D150
Complementary color
Monochromatic Colors of #39D150
Black with #39D150
Text Example
Text Example
White with #39D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D150; }
p { color: rgb(57,209,80); }
H1.HeaderClassName
{
color: #39D150;
}
.AnyTagClassName
{
color: #39D150;
}
</style>
background-color css
<style>
a { background-color: #39D150; }
a { background-color: rgb(57,209,80); }
div.DivClassName
{
background-color: #39D150;
}
.BgClassName
{
background-color: #39D150;
}
</style>
border-color css
<style>
span { border-color: #39D150; }
span { border-color: rgb(57,209,80); }
td.TdClassName
{
border-color: #39D150;
}
.TagClassName
{
border-color: #39D150;
}
</style>