Shades of Lime Green #31C535
Tints of Lime Green #31C535
RGB
CMYK
RGB Variations
Color information
#31C535 (or 0x31C535) is known color: Lime Green. HEX triplet: 31, C5 and 35. RGB value is (49,197,53). Sum of RGB (Red+Green+Blue) = 49+197+53=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #31C535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C535 is #CE3ACA. Grayscale: #888888. Windows color (decimal): -13515467 or 3523889. OLE color: 3523889.
HSL color Cylindrical-coordinate representation of color #31C535: hue angle of 121.62º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C535 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 53 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.23 |
| HSL | 121.62º | 0.6% | 0.48% | - |
| HSV(B) | 121.62º | 0.75% | 0.77% | - |
| XYZ | 21.88 | 40.84 | 10.1 | - |
| YUV | 136.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 53 | 0.75 | 0 | 0.73 | 0.23 | 121.62 | 0.6 | 0.48 |
| Hex | 31 | C5 | 35 | 4B | 0 | 49 | 17 | 7A | 3C | 30 |
| Octal | 61 | 305 | 65 | 113 | 0 | 111 | 27 | 172 | 74 | 60 |
| Binary | 110001 | 11000101 | 110101 | 1001011 | 0 | 1001001 | 10111 | 1111010 | 111100 | 110000 |
Color Harmonies of #31C535
Complementary color
Monochromatic Colors of #31C535
Black with #31C535
Text Example
Text Example
White with #31C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C535; }
p { color: rgb(49,197,53); }
H1.HeaderClassName
{
color: #31C535;
}
.AnyTagClassName
{
color: #31C535;
}
</style>
background-color css
<style>
a { background-color: #31C535; }
a { background-color: rgb(49,197,53); }
div.DivClassName
{
background-color: #31C535;
}
.BgClassName
{
background-color: #31C535;
}
</style>
border-color css
<style>
span { border-color: #31C535; }
span { border-color: rgb(49,197,53); }
td.TdClassName
{
border-color: #31C535;
}
.TagClassName
{
border-color: #31C535;
}
</style>