Shades of Lime Green #31C835
Tints of Lime Green #31C835
RGB
CMYK
RGB Variations
Color information
#31C835 (or 0x31C835) is known color: Lime Green. HEX triplet: 31, C8 and 35. RGB value is (49,200,53). Sum of RGB (Red+Green+Blue) = 49+200+53=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #31C835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C835 is #CE37CA. Grayscale: #8A8A8A. Windows color (decimal): -13514699 or 3524657. OLE color: 3524657.
HSL color Cylindrical-coordinate representation of color #31C835: hue angle of 121.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C835 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 53 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.22 |
| HSL | 121.59º | 0.61% | 0.49% | - |
| HSV(B) | 121.59º | 0.76% | 0.78% | - |
| XYZ | 22.56 | 42.22 | 10.33 | - |
| YUV | 138.09 | 79.97 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 53 | 0.76 | 0 | 0.74 | 0.22 | 121.59 | 0.61 | 0.49 |
| Hex | 31 | C8 | 35 | 4C | 0 | 4A | 16 | 7A | 3D | 31 |
| Octal | 61 | 310 | 65 | 114 | 0 | 112 | 26 | 172 | 75 | 61 |
| Binary | 110001 | 11001000 | 110101 | 1001100 | 0 | 1001010 | 10110 | 1111010 | 111101 | 110001 |
Color Harmonies of #31C835
Complementary color
Monochromatic Colors of #31C835
Black with #31C835
Text Example
Text Example
White with #31C835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C835; }
p { color: rgb(49,200,53); }
H1.HeaderClassName
{
color: #31C835;
}
.AnyTagClassName
{
color: #31C835;
}
</style>
background-color css
<style>
a { background-color: #31C835; }
a { background-color: rgb(49,200,53); }
div.DivClassName
{
background-color: #31C835;
}
.BgClassName
{
background-color: #31C835;
}
</style>
border-color css
<style>
span { border-color: #31C835; }
span { border-color: rgb(49,200,53); }
td.TdClassName
{
border-color: #31C835;
}
.TagClassName
{
border-color: #31C835;
}
</style>