Shades of Lime Green #31CA52
Tints of Lime Green #31CA52
RGB
CMYK
RGB Variations
Color information
#31CA52 (or 0x31CA52) is known color: Lime Green. HEX triplet: 31, CA and 52. RGB value is (49,202,82). Sum of RGB (Red+Green+Blue) = 49+202+82=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CA52 is #CE35AD. Grayscale: #8E8E8E. Windows color (decimal): -13514158 or 5425713. OLE color: 5425713.
HSL color Cylindrical-coordinate representation of color #31CA52: hue angle of 132.94º 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 #31CA52 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 82 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.21 |
| HSL | 132.94º | 0.61% | 0.49% | - |
| HSV(B) | 132.94º | 0.76% | 0.79% | - |
| XYZ | 23.91 | 43.5 | 15.12 | - |
| YUV | 142.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 82 | 0.76 | 0 | 0.59 | 0.21 | 132.94 | 0.61 | 0.49 |
| Hex | 31 | CA | 52 | 4C | 0 | 3B | 15 | 85 | 3D | 31 |
| Octal | 61 | 312 | 122 | 114 | 0 | 73 | 25 | 205 | 75 | 61 |
| Binary | 110001 | 11001010 | 1010010 | 1001100 | 0 | 111011 | 10101 | 10000101 | 111101 | 110001 |
Color Harmonies of #31CA52
Complementary color
Monochromatic Colors of #31CA52
Black with #31CA52
Text Example
Text Example
White with #31CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA52; }
p { color: rgb(49,202,82); }
H1.HeaderClassName
{
color: #31CA52;
}
.AnyTagClassName
{
color: #31CA52;
}
</style>
background-color css
<style>
a { background-color: #31CA52; }
a { background-color: rgb(49,202,82); }
div.DivClassName
{
background-color: #31CA52;
}
.BgClassName
{
background-color: #31CA52;
}
</style>
border-color css
<style>
span { border-color: #31CA52; }
span { border-color: rgb(49,202,82); }
td.TdClassName
{
border-color: #31CA52;
}
.TagClassName
{
border-color: #31CA52;
}
</style>