Shades of Lime Green #31C821
Tints of Lime Green #31C821
RGB
CMYK
RGB Variations
Color information
#31C821 (or 0x31C821) is known color: Lime Green. HEX triplet: 31, C8 and 21. RGB value is (49,200,33). Sum of RGB (Red+Green+Blue) = 49+200+33=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 200 (78.52% from 255 or 70.92% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 200 - color contains mainly: green. Hex color #31C821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C821 is #CE37DE. Grayscale: #888888. Windows color (decimal): -13514719 or 2213937. OLE color: 2213937.
HSL color Cylindrical-coordinate representation of color #31C821: hue angle of 114.25º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31C821 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 33 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.22 |
| HSL | 114.25º | 0.72% | 0.46% | - |
| HSV(B) | 114.25º | 0.84% | 0.78% | - |
| XYZ | 22.2 | 42.07 | 8.39 | - |
| YUV | 135.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 33 | 0.76 | 0 | 0.84 | 0.22 | 114.25 | 0.72 | 0.46 |
| Hex | 31 | C8 | 21 | 4C | 0 | 54 | 16 | 72 | 48 | 2E |
| Octal | 61 | 310 | 41 | 114 | 0 | 124 | 26 | 162 | 110 | 56 |
| Binary | 110001 | 11001000 | 100001 | 1001100 | 0 | 1010100 | 10110 | 1110010 | 1001000 | 101110 |
Color Harmonies of #31C821
Complementary color
Monochromatic Colors of #31C821
Black with #31C821
Text Example
Text Example
White with #31C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C821; }
p { color: rgb(49,200,33); }
H1.HeaderClassName
{
color: #31C821;
}
.AnyTagClassName
{
color: #31C821;
}
</style>
background-color css
<style>
a { background-color: #31C821; }
a { background-color: rgb(49,200,33); }
div.DivClassName
{
background-color: #31C821;
}
.BgClassName
{
background-color: #31C821;
}
</style>
border-color css
<style>
span { border-color: #31C821; }
span { border-color: rgb(49,200,33); }
td.TdClassName
{
border-color: #31C821;
}
.TagClassName
{
border-color: #31C821;
}
</style>