Shades of Lime Green #31C52B
Tints of Lime Green #31C52B
RGB
CMYK
RGB Variations
Color information
#31C52B (or 0x31C52B) is known color: Lime Green. HEX triplet: 31, C5 and 2B. RGB value is (49,197,43). Sum of RGB (Red+Green+Blue) = 49+197+43=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #31C52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C52B is #CE3AD4. Grayscale: #878787. Windows color (decimal): -13515477 or 2868529. OLE color: 2868529.
HSL color Cylindrical-coordinate representation of color #31C52B: hue angle of 117.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C52B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 43 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.23 |
| HSL | 117.66º | 0.64% | 0.47% | - |
| HSV(B) | 117.66º | 0.78% | 0.77% | - |
| XYZ | 21.67 | 40.76 | 9.01 | - |
| YUV | 135.19 | 75.97 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 43 | 0.75 | 0 | 0.78 | 0.23 | 117.66 | 0.64 | 0.47 |
| Hex | 31 | C5 | 2B | 4B | 0 | 4E | 17 | 76 | 40 | 2F |
| Octal | 61 | 305 | 53 | 113 | 0 | 116 | 27 | 166 | 100 | 57 |
| Binary | 110001 | 11000101 | 101011 | 1001011 | 0 | 1001110 | 10111 | 1110110 | 1000000 | 101111 |
Color Harmonies of #31C52B
Complementary color
Monochromatic Colors of #31C52B
Black with #31C52B
Text Example
Text Example
White with #31C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C52B; }
p { color: rgb(49,197,43); }
H1.HeaderClassName
{
color: #31C52B;
}
.AnyTagClassName
{
color: #31C52B;
}
</style>
background-color css
<style>
a { background-color: #31C52B; }
a { background-color: rgb(49,197,43); }
div.DivClassName
{
background-color: #31C52B;
}
.BgClassName
{
background-color: #31C52B;
}
</style>
border-color css
<style>
span { border-color: #31C52B; }
span { border-color: rgb(49,197,43); }
td.TdClassName
{
border-color: #31C52B;
}
.TagClassName
{
border-color: #31C52B;
}
</style>