Shades of Lime Green #31C52F
Tints of Lime Green #31C52F
RGB
CMYK
RGB Variations
Color information
#31C52F (or 0x31C52F) is known color: Lime Green. HEX triplet: 31, C5 and 2F. RGB value is (49,197,47). Sum of RGB (Red+Green+Blue) = 49+197+47=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #31C52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C52F is #CE3AD0. Grayscale: #888888. Windows color (decimal): -13515473 or 3130673. OLE color: 3130673.
HSL color Cylindrical-coordinate representation of color #31C52F: hue angle of 119.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C52F is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 47 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.23 |
| HSL | 119.2º | 0.61% | 0.48% | - |
| HSV(B) | 119.2º | 0.76% | 0.77% | - |
| XYZ | 21.75 | 40.79 | 9.42 | - |
| YUV | 135.65 | 77.97 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 47 | 0.75 | 0 | 0.76 | 0.23 | 119.2 | 0.61 | 0.48 |
| Hex | 31 | C5 | 2F | 4B | 0 | 4C | 17 | 77 | 3D | 30 |
| Octal | 61 | 305 | 57 | 113 | 0 | 114 | 27 | 167 | 75 | 60 |
| Binary | 110001 | 11000101 | 101111 | 1001011 | 0 | 1001100 | 10111 | 1110111 | 111101 | 110000 |
Color Harmonies of #31C52F
Complementary color
Monochromatic Colors of #31C52F
Black with #31C52F
Text Example
Text Example
White with #31C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C52F; }
p { color: rgb(49,197,47); }
H1.HeaderClassName
{
color: #31C52F;
}
.AnyTagClassName
{
color: #31C52F;
}
</style>
background-color css
<style>
a { background-color: #31C52F; }
a { background-color: rgb(49,197,47); }
div.DivClassName
{
background-color: #31C52F;
}
.BgClassName
{
background-color: #31C52F;
}
</style>
border-color css
<style>
span { border-color: #31C52F; }
span { border-color: rgb(49,197,47); }
td.TdClassName
{
border-color: #31C52F;
}
.TagClassName
{
border-color: #31C52F;
}
</style>