Shades of Lime Green #39DD2E
Tints of Lime Green #39DD2E
RGB
CMYK
RGB Variations
Color information
#39DD2E (or 0x39DD2E) is known color: Lime Green. HEX triplet: 39, DD and 2E. RGB value is (57,221,46). Sum of RGB (Red+Green+Blue) = 57+221+46=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD2E is #C622D1. Grayscale: #989898. Windows color (decimal): -12985042 or 3071289. OLE color: 3071289.
HSL color Cylindrical-coordinate representation of color #39DD2E: hue angle of 116.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39DD2E is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 46 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.13 |
| HSL | 116.23º | 0.72% | 0.52% | - |
| HSV(B) | 116.23º | 0.79% | 0.87% | - |
| XYZ | 28.04 | 52.78 | 11.29 | - |
| YUV | 152.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 46 | 0.74 | 0 | 0.79 | 0.13 | 116.23 | 0.72 | 0.52 |
| Hex | 39 | DD | 2E | 4A | 0 | 4F | D | 74 | 48 | 34 |
| Octal | 71 | 335 | 56 | 112 | 0 | 117 | 15 | 164 | 110 | 64 |
| Binary | 111001 | 11011101 | 101110 | 1001010 | 0 | 1001111 | 1101 | 1110100 | 1001000 | 110100 |
Color Harmonies of #39DD2E
Complementary color
Monochromatic Colors of #39DD2E
Black with #39DD2E
Text Example
Text Example
White with #39DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD2E; }
p { color: rgb(57,221,46); }
H1.HeaderClassName
{
color: #39DD2E;
}
.AnyTagClassName
{
color: #39DD2E;
}
</style>
background-color css
<style>
a { background-color: #39DD2E; }
a { background-color: rgb(57,221,46); }
div.DivClassName
{
background-color: #39DD2E;
}
.BgClassName
{
background-color: #39DD2E;
}
</style>
border-color css
<style>
span { border-color: #39DD2E; }
span { border-color: rgb(57,221,46); }
td.TdClassName
{
border-color: #39DD2E;
}
.TagClassName
{
border-color: #39DD2E;
}
</style>