Shades of Lime Green #39C031
Tints of Lime Green #39C031
RGB
CMYK
RGB Variations
Color information
#39C031 (or 0x39C031) is known color: Lime Green. HEX triplet: 39, C0 and 31. RGB value is (57,192,49). Sum of RGB (Red+Green+Blue) = 57+192+49=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #39C031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39C031 is #C63FCE. Grayscale: #878787. Windows color (decimal): -12992463 or 3260473. OLE color: 3260473.
HSL color Cylindrical-coordinate representation of color #39C031: hue angle of 116.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39C031 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 192 | 49 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.25 |
| HSL | 116.64º | 0.59% | 0.47% | - |
| HSV(B) | 116.64º | 0.74% | 0.75% | - |
| XYZ | 21.09 | 38.79 | 9.28 | - |
| YUV | 135.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 49 | 0.70 | 0 | 0.74 | 0.25 | 116.64 | 0.59 | 0.47 |
| Hex | 39 | C0 | 31 | 46 | 0 | 4A | 19 | 75 | 3B | 2F |
| Octal | 71 | 300 | 61 | 106 | 0 | 112 | 31 | 165 | 73 | 57 |
| Binary | 111001 | 11000000 | 110001 | 1000110 | 0 | 1001010 | 11001 | 1110101 | 111011 | 101111 |
Color Harmonies of #39C031
Complementary color
Monochromatic Colors of #39C031
Black with #39C031
Text Example
Text Example
White with #39C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C031; }
p { color: rgb(57,192,49); }
H1.HeaderClassName
{
color: #39C031;
}
.AnyTagClassName
{
color: #39C031;
}
</style>
background-color css
<style>
a { background-color: #39C031; }
a { background-color: rgb(57,192,49); }
div.DivClassName
{
background-color: #39C031;
}
.BgClassName
{
background-color: #39C031;
}
</style>
border-color css
<style>
span { border-color: #39C031; }
span { border-color: rgb(57,192,49); }
td.TdClassName
{
border-color: #39C031;
}
.TagClassName
{
border-color: #39C031;
}
</style>