Shades of Lime Green #31D252
Tints of Lime Green #31D252
RGB
CMYK
RGB Variations
Color information
#31D252 (or 0x31D252) is known color: Lime Green. HEX triplet: 31, D2 and 52. RGB value is (49,210,82). Sum of RGB (Red+Green+Blue) = 49+210+82=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #31D252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D252 is #CE2DAD. Grayscale: #939393. Windows color (decimal): -13512110 or 5427761. OLE color: 5427761.
HSL color Cylindrical-coordinate representation of color #31D252: hue angle of 132.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D252 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 82 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.18 |
| HSL | 132.3º | 0.64% | 0.51% | - |
| HSV(B) | 132.3º | 0.77% | 0.82% | - |
| XYZ | 25.84 | 47.36 | 15.76 | - |
| YUV | 147.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 82 | 0.77 | 0 | 0.61 | 0.18 | 132.3 | 0.64 | 0.51 |
| Hex | 31 | D2 | 52 | 4D | 0 | 3D | 12 | 84 | 40 | 33 |
| Octal | 61 | 322 | 122 | 115 | 0 | 75 | 22 | 204 | 100 | 63 |
| Binary | 110001 | 11010010 | 1010010 | 1001101 | 0 | 111101 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #31D252
Complementary color
Monochromatic Colors of #31D252
Black with #31D252
Text Example
Text Example
White with #31D252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D252; }
p { color: rgb(49,210,82); }
H1.HeaderClassName
{
color: #31D252;
}
.AnyTagClassName
{
color: #31D252;
}
</style>
background-color css
<style>
a { background-color: #31D252; }
a { background-color: rgb(49,210,82); }
div.DivClassName
{
background-color: #31D252;
}
.BgClassName
{
background-color: #31D252;
}
</style>
border-color css
<style>
span { border-color: #31D252; }
span { border-color: rgb(49,210,82); }
td.TdClassName
{
border-color: #31D252;
}
.TagClassName
{
border-color: #31D252;
}
</style>