Shades of Lime Green #39D525
Tints of Lime Green #39D525
RGB
CMYK
RGB Variations
Color information
#39D525 (or 0x39D525) is known color: Lime Green. HEX triplet: 39, D5 and 25. RGB value is (57,213,37). Sum of RGB (Red+Green+Blue) = 57+213+37=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 213 (83.59% from 255 or 69.38% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 213 - color contains mainly: green. Hex color #39D525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D525 is #C62ADA. Grayscale: #929292. Windows color (decimal): -12987099 or 2479417. OLE color: 2479417.
HSL color Cylindrical-coordinate representation of color #39D525: hue angle of 113.18º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39D525 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 213 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.16 |
| HSL | 113.18º | 0.7% | 0.49% | - |
| HSV(B) | 113.18º | 0.83% | 0.84% | - |
| XYZ | 25.82 | 48.59 | 9.77 | - |
| YUV | 146.29 | 66.32 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 213 | 37 | 0.73 | 0 | 0.83 | 0.16 | 113.18 | 0.7 | 0.49 |
| Hex | 39 | D5 | 25 | 49 | 0 | 53 | 10 | 71 | 46 | 31 |
| Octal | 71 | 325 | 45 | 111 | 0 | 123 | 20 | 161 | 106 | 61 |
| Binary | 111001 | 11010101 | 100101 | 1001001 | 0 | 1010011 | 10000 | 1110001 | 1000110 | 110001 |
Color Harmonies of #39D525
Complementary color
Monochromatic Colors of #39D525
Black with #39D525
Text Example
Text Example
White with #39D525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D525; }
p { color: rgb(57,213,37); }
H1.HeaderClassName
{
color: #39D525;
}
.AnyTagClassName
{
color: #39D525;
}
</style>
background-color css
<style>
a { background-color: #39D525; }
a { background-color: rgb(57,213,37); }
div.DivClassName
{
background-color: #39D525;
}
.BgClassName
{
background-color: #39D525;
}
</style>
border-color css
<style>
span { border-color: #39D525; }
span { border-color: rgb(57,213,37); }
td.TdClassName
{
border-color: #39D525;
}
.TagClassName
{
border-color: #39D525;
}
</style>