Shades of Lime Green #39DD15
Tints of Lime Green #39DD15
RGB
CMYK
RGB Variations
Color information
#39DD15 (or 0x39DD15) is known color: Lime Green. HEX triplet: 39, DD and 15. RGB value is (57,221,21). Sum of RGB (Red+Green+Blue) = 57+221+21=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 221 (86.72% from 255 or 73.91% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DD15 is #C622EA. Grayscale: #959595. Windows color (decimal): -12985067 or 1432889. OLE color: 1432889.
HSL color Cylindrical-coordinate representation of color #39DD15: hue angle of 109.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39DD15 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 21 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.13 |
| HSL | 109.2º | 0.83% | 0.47% | - |
| HSV(B) | 109.2º | 0.9% | 0.87% | - |
| XYZ | 27.68 | 52.64 | 9.41 | - |
| YUV | 149.16 | 55.67 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 21 | 0.74 | 0 | 0.90 | 0.13 | 109.2 | 0.83 | 0.47 |
| Hex | 39 | DD | 15 | 4A | 0 | 5A | D | 6D | 53 | 2F |
| Octal | 71 | 335 | 25 | 112 | 0 | 132 | 15 | 155 | 123 | 57 |
| Binary | 111001 | 11011101 | 10101 | 1001010 | 0 | 1011010 | 1101 | 1101101 | 1010011 | 101111 |
Color Harmonies of #39DD15
Complementary color
Monochromatic Colors of #39DD15
Black with #39DD15
Text Example
Text Example
White with #39DD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD15; }
p { color: rgb(57,221,21); }
H1.HeaderClassName
{
color: #39DD15;
}
.AnyTagClassName
{
color: #39DD15;
}
</style>
background-color css
<style>
a { background-color: #39DD15; }
a { background-color: rgb(57,221,21); }
div.DivClassName
{
background-color: #39DD15;
}
.BgClassName
{
background-color: #39DD15;
}
</style>
border-color css
<style>
span { border-color: #39DD15; }
span { border-color: rgb(57,221,21); }
td.TdClassName
{
border-color: #39DD15;
}
.TagClassName
{
border-color: #39DD15;
}
</style>