Shades of Lime Green #39DD25
Tints of Lime Green #39DD25
RGB
CMYK
RGB Variations
Color information
#39DD25 (or 0x39DD25) is known color: Lime Green. HEX triplet: 39, DD and 25. RGB value is (57,221,37). Sum of RGB (Red+Green+Blue) = 57+221+37=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DD25 is #C622DA. Grayscale: #979797. Windows color (decimal): -12985051 or 2481465. OLE color: 2481465.
HSL color Cylindrical-coordinate representation of color #39DD25: hue angle of 113.48º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39DD25 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 37 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.13 |
| HSL | 113.48º | 0.73% | 0.51% | - |
| HSV(B) | 113.48º | 0.83% | 0.87% | - |
| XYZ | 27.88 | 52.72 | 10.46 | - |
| YUV | 150.99 | 63.67 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 37 | 0.74 | 0 | 0.83 | 0.13 | 113.48 | 0.73 | 0.51 |
| Hex | 39 | DD | 25 | 4A | 0 | 53 | D | 71 | 49 | 33 |
| Octal | 71 | 335 | 45 | 112 | 0 | 123 | 15 | 161 | 111 | 63 |
| Binary | 111001 | 11011101 | 100101 | 1001010 | 0 | 1010011 | 1101 | 1110001 | 1001001 | 110011 |
Color Harmonies of #39DD25
Complementary color
Monochromatic Colors of #39DD25
Black with #39DD25
Text Example
Text Example
White with #39DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD25; }
p { color: rgb(57,221,37); }
H1.HeaderClassName
{
color: #39DD25;
}
.AnyTagClassName
{
color: #39DD25;
}
</style>
background-color css
<style>
a { background-color: #39DD25; }
a { background-color: rgb(57,221,37); }
div.DivClassName
{
background-color: #39DD25;
}
.BgClassName
{
background-color: #39DD25;
}
</style>
border-color css
<style>
span { border-color: #39DD25; }
span { border-color: rgb(57,221,37); }
td.TdClassName
{
border-color: #39DD25;
}
.TagClassName
{
border-color: #39DD25;
}
</style>