Shades of Lime Green #39D725
Tints of Lime Green #39D725
RGB
CMYK
RGB Variations
Color information
#39D725 (or 0x39D725) is known color: Lime Green. HEX triplet: 39, D7 and 25. RGB value is (57,215,37). Sum of RGB (Red+Green+Blue) = 57+215+37=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #39D725 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D725 is #C628DA. Grayscale: #949494. Windows color (decimal): -12986587 or 2479929. OLE color: 2479929.
HSL color Cylindrical-coordinate representation of color #39D725: hue angle of 113.26º degrees, saturation: 0.71, 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 #39D725 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 215 | 37 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.16 |
| HSL | 113.26º | 0.71% | 0.49% | - |
| HSV(B) | 113.26º | 0.83% | 0.84% | - |
| XYZ | 26.32 | 49.6 | 9.94 | - |
| YUV | 147.47 | 65.65 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 215 | 37 | 0.73 | 0 | 0.83 | 0.16 | 113.26 | 0.71 | 0.49 |
| Hex | 39 | D7 | 25 | 49 | 0 | 53 | 10 | 71 | 47 | 31 |
| Octal | 71 | 327 | 45 | 111 | 0 | 123 | 20 | 161 | 107 | 61 |
| Binary | 111001 | 11010111 | 100101 | 1001001 | 0 | 1010011 | 10000 | 1110001 | 1000111 | 110001 |
Color Harmonies of #39D725
Complementary color
Monochromatic Colors of #39D725
Black with #39D725
Text Example
Text Example
White with #39D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D725; }
p { color: rgb(57,215,37); }
H1.HeaderClassName
{
color: #39D725;
}
.AnyTagClassName
{
color: #39D725;
}
</style>
background-color css
<style>
a { background-color: #39D725; }
a { background-color: rgb(57,215,37); }
div.DivClassName
{
background-color: #39D725;
}
.BgClassName
{
background-color: #39D725;
}
</style>
border-color css
<style>
span { border-color: #39D725; }
span { border-color: rgb(57,215,37); }
td.TdClassName
{
border-color: #39D725;
}
.TagClassName
{
border-color: #39D725;
}
</style>