Shades of Lime Green #39DD40
Tints of Lime Green #39DD40
RGB
CMYK
RGB Variations
Color information
#39DD40 (or 0x39DD40) is known color: Lime Green. HEX triplet: 39, DD and 40. RGB value is (57,221,64). Sum of RGB (Red+Green+Blue) = 57+221+64=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD40 is #C622BF. Grayscale: #9A9A9A. Windows color (decimal): -12985024 or 4250937. OLE color: 4250937.
HSL color Cylindrical-coordinate representation of color #39DD40: hue angle of 122.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DD40 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 64 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.13 |
| HSL | 122.56º | 0.71% | 0.55% | - |
| HSV(B) | 122.56º | 0.74% | 0.87% | - |
| XYZ | 28.47 | 52.95 | 13.57 | - |
| YUV | 154.07 | 77.17 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 64 | 0.74 | 0 | 0.71 | 0.13 | 122.56 | 0.71 | 0.55 |
| Hex | 39 | DD | 40 | 4A | 0 | 47 | D | 7B | 47 | 37 |
| Octal | 71 | 335 | 100 | 112 | 0 | 107 | 15 | 173 | 107 | 67 |
| Binary | 111001 | 11011101 | 1000000 | 1001010 | 0 | 1000111 | 1101 | 1111011 | 1000111 | 110111 |
Color Harmonies of #39DD40
Complementary color
Monochromatic Colors of #39DD40
Black with #39DD40
Text Example
Text Example
White with #39DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD40; }
p { color: rgb(57,221,64); }
H1.HeaderClassName
{
color: #39DD40;
}
.AnyTagClassName
{
color: #39DD40;
}
</style>
background-color css
<style>
a { background-color: #39DD40; }
a { background-color: rgb(57,221,64); }
div.DivClassName
{
background-color: #39DD40;
}
.BgClassName
{
background-color: #39DD40;
}
</style>
border-color css
<style>
span { border-color: #39DD40; }
span { border-color: rgb(57,221,64); }
td.TdClassName
{
border-color: #39DD40;
}
.TagClassName
{
border-color: #39DD40;
}
</style>