Shades of Lime Green #39DB25
Tints of Lime Green #39DB25
RGB
CMYK
RGB Variations
Color information
#39DB25 (or 0x39DB25) is known color: Lime Green. HEX triplet: 39, DB and 25. RGB value is (57,219,37). Sum of RGB (Red+Green+Blue) = 57+219+37=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #39DB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DB25 is #C624DA. Grayscale: #969696. Windows color (decimal): -12985563 or 2480953. OLE color: 2480953.
HSL color Cylindrical-coordinate representation of color #39DB25: hue angle of 113.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39DB25 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 37 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.14 |
| HSL | 113.41º | 0.72% | 0.5% | - |
| HSV(B) | 113.41º | 0.83% | 0.86% | - |
| XYZ | 27.35 | 51.67 | 10.28 | - |
| YUV | 149.81 | 64.33 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 37 | 0.74 | 0 | 0.83 | 0.14 | 113.41 | 0.72 | 0.5 |
| Hex | 39 | DB | 25 | 4A | 0 | 53 | E | 71 | 48 | 32 |
| Octal | 71 | 333 | 45 | 112 | 0 | 123 | 16 | 161 | 110 | 62 |
| Binary | 111001 | 11011011 | 100101 | 1001010 | 0 | 1010011 | 1110 | 1110001 | 1001000 | 110010 |
Color Harmonies of #39DB25
Complementary color
Monochromatic Colors of #39DB25
Black with #39DB25
Text Example
Text Example
White with #39DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DB25; }
p { color: rgb(57,219,37); }
H1.HeaderClassName
{
color: #39DB25;
}
.AnyTagClassName
{
color: #39DB25;
}
</style>
background-color css
<style>
a { background-color: #39DB25; }
a { background-color: rgb(57,219,37); }
div.DivClassName
{
background-color: #39DB25;
}
.BgClassName
{
background-color: #39DB25;
}
</style>
border-color css
<style>
span { border-color: #39DB25; }
span { border-color: rgb(57,219,37); }
td.TdClassName
{
border-color: #39DB25;
}
.TagClassName
{
border-color: #39DB25;
}
</style>