Shades of Lime Green #39C925
Tints of Lime Green #39C925
RGB
CMYK
RGB Variations
Color information
#39C925 (or 0x39C925) is known color: Lime Green. HEX triplet: 39, C9 and 25. RGB value is (57,201,37). Sum of RGB (Red+Green+Blue) = 57+201+37=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #39C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C925 is #C636DA. Grayscale: #8B8B8B. Windows color (decimal): -12990171 or 2476345. OLE color: 2476345.
HSL color Cylindrical-coordinate representation of color #39C925: hue angle of 112.68º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39C925 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 201 | 37 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.21 |
| HSL | 112.68º | 0.69% | 0.47% | - |
| HSV(B) | 112.68º | 0.82% | 0.79% | - |
| XYZ | 22.91 | 42.78 | 8.8 | - |
| YUV | 139.25 | 70.29 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 201 | 37 | 0.72 | 0 | 0.82 | 0.21 | 112.68 | 0.69 | 0.47 |
| Hex | 39 | C9 | 25 | 48 | 0 | 52 | 15 | 71 | 45 | 2F |
| Octal | 71 | 311 | 45 | 110 | 0 | 122 | 25 | 161 | 105 | 57 |
| Binary | 111001 | 11001001 | 100101 | 1001000 | 0 | 1010010 | 10101 | 1110001 | 1000101 | 101111 |
Color Harmonies of #39C925
Complementary color
Monochromatic Colors of #39C925
Black with #39C925
Text Example
Text Example
White with #39C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C925; }
p { color: rgb(57,201,37); }
H1.HeaderClassName
{
color: #39C925;
}
.AnyTagClassName
{
color: #39C925;
}
</style>
background-color css
<style>
a { background-color: #39C925; }
a { background-color: rgb(57,201,37); }
div.DivClassName
{
background-color: #39C925;
}
.BgClassName
{
background-color: #39C925;
}
</style>
border-color css
<style>
span { border-color: #39C925; }
span { border-color: rgb(57,201,37); }
td.TdClassName
{
border-color: #39C925;
}
.TagClassName
{
border-color: #39C925;
}
</style>