Shades of Lime Green #31C52E
Tints of Lime Green #31C52E
RGB
CMYK
RGB Variations
Color information
#31C52E (or 0x31C52E) is known color: Lime Green. HEX triplet: 31, C5 and 2E. RGB value is (49,197,46). Sum of RGB (Red+Green+Blue) = 49+197+46=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #31C52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C52E is #CE3AD1. Grayscale: #878787. Windows color (decimal): -13515474 or 3065137. OLE color: 3065137.
HSL color Cylindrical-coordinate representation of color #31C52E: hue angle of 118.81º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31C52E is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 46 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.23 |
| HSL | 118.81º | 0.62% | 0.48% | - |
| HSV(B) | 118.81º | 0.77% | 0.77% | - |
| XYZ | 21.73 | 40.78 | 9.31 | - |
| YUV | 135.53 | 77.47 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 46 | 0.75 | 0 | 0.77 | 0.23 | 118.81 | 0.62 | 0.48 |
| Hex | 31 | C5 | 2E | 4B | 0 | 4D | 17 | 77 | 3E | 30 |
| Octal | 61 | 305 | 56 | 113 | 0 | 115 | 27 | 167 | 76 | 60 |
| Binary | 110001 | 11000101 | 101110 | 1001011 | 0 | 1001101 | 10111 | 1110111 | 111110 | 110000 |
Color Harmonies of #31C52E
Complementary color
Monochromatic Colors of #31C52E
Black with #31C52E
Text Example
Text Example
White with #31C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C52E; }
p { color: rgb(49,197,46); }
H1.HeaderClassName
{
color: #31C52E;
}
.AnyTagClassName
{
color: #31C52E;
}
</style>
background-color css
<style>
a { background-color: #31C52E; }
a { background-color: rgb(49,197,46); }
div.DivClassName
{
background-color: #31C52E;
}
.BgClassName
{
background-color: #31C52E;
}
</style>
border-color css
<style>
span { border-color: #31C52E; }
span { border-color: rgb(49,197,46); }
td.TdClassName
{
border-color: #31C52E;
}
.TagClassName
{
border-color: #31C52E;
}
</style>