Shades of Lime Green #31CA20
Tints of Lime Green #31CA20
RGB
CMYK
RGB Variations
Color information
#31CA20 (or 0x31CA20) is known color: Lime Green. HEX triplet: 31, CA and 20. RGB value is (49,202,32). Sum of RGB (Red+Green+Blue) = 49+202+32=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA20 is #CE35DF. Grayscale: #898989. Windows color (decimal): -13514208 or 2148913. OLE color: 2148913.
HSL color Cylindrical-coordinate representation of color #31CA20: hue angle of 114º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31CA20 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.21 |
| HSL | 114º | 0.73% | 0.46% | - |
| HSV(B) | 114º | 0.84% | 0.79% | - |
| XYZ | 22.65 | 43 | 8.47 | - |
| YUV | 136.87 | 68.81 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 32 | 0.76 | 0 | 0.84 | 0.21 | 114 | 0.73 | 0.46 |
| Hex | 31 | CA | 20 | 4C | 0 | 54 | 15 | 72 | 49 | 2E |
| Octal | 61 | 312 | 40 | 114 | 0 | 124 | 25 | 162 | 111 | 56 |
| Binary | 110001 | 11001010 | 100000 | 1001100 | 0 | 1010100 | 10101 | 1110010 | 1001001 | 101110 |
Color Harmonies of #31CA20
Complementary color
Monochromatic Colors of #31CA20
Black with #31CA20
Text Example
Text Example
White with #31CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA20; }
p { color: rgb(49,202,32); }
H1.HeaderClassName
{
color: #31CA20;
}
.AnyTagClassName
{
color: #31CA20;
}
</style>
background-color css
<style>
a { background-color: #31CA20; }
a { background-color: rgb(49,202,32); }
div.DivClassName
{
background-color: #31CA20;
}
.BgClassName
{
background-color: #31CA20;
}
</style>
border-color css
<style>
span { border-color: #31CA20; }
span { border-color: rgb(49,202,32); }
td.TdClassName
{
border-color: #31CA20;
}
.TagClassName
{
border-color: #31CA20;
}
</style>