Shades of Lime Green #31CA53
Tints of Lime Green #31CA53
RGB
CMYK
RGB Variations
Color information
#31CA53 (or 0x31CA53) is known color: Lime Green. HEX triplet: 31, CA and 53. RGB value is (49,202,83). Sum of RGB (Red+Green+Blue) = 49+202+83=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA53 is #CE35AC. Grayscale: #8F8F8F. Windows color (decimal): -13514157 or 5491249. OLE color: 5491249.
HSL color Cylindrical-coordinate representation of color #31CA53: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA53 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 83 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.21 |
| HSL | 133.33º | 0.61% | 0.49% | - |
| HSV(B) | 133.33º | 0.76% | 0.79% | - |
| XYZ | 23.95 | 43.52 | 15.32 | - |
| YUV | 142.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 83 | 0.76 | 0 | 0.59 | 0.21 | 133.33 | 0.61 | 0.49 |
| Hex | 31 | CA | 53 | 4C | 0 | 3B | 15 | 85 | 3D | 31 |
| Octal | 61 | 312 | 123 | 114 | 0 | 73 | 25 | 205 | 75 | 61 |
| Binary | 110001 | 11001010 | 1010011 | 1001100 | 0 | 111011 | 10101 | 10000101 | 111101 | 110001 |
Color Harmonies of #31CA53
Complementary color
Monochromatic Colors of #31CA53
Black with #31CA53
Text Example
Text Example
White with #31CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA53; }
p { color: rgb(49,202,83); }
H1.HeaderClassName
{
color: #31CA53;
}
.AnyTagClassName
{
color: #31CA53;
}
</style>
background-color css
<style>
a { background-color: #31CA53; }
a { background-color: rgb(49,202,83); }
div.DivClassName
{
background-color: #31CA53;
}
.BgClassName
{
background-color: #31CA53;
}
</style>
border-color css
<style>
span { border-color: #31CA53; }
span { border-color: rgb(49,202,83); }
td.TdClassName
{
border-color: #31CA53;
}
.TagClassName
{
border-color: #31CA53;
}
</style>