Shades of Lime Green #31D250
Tints of Lime Green #31D250
RGB
CMYK
RGB Variations
Color information
#31D250 (or 0x31D250) is known color: Lime Green. HEX triplet: 31, D2 and 50. RGB value is (49,210,80). Sum of RGB (Red+Green+Blue) = 49+210+80=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #31D250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D250 is #CE2DAF. Grayscale: #939393. Windows color (decimal): -13512112 or 5296689. OLE color: 5296689.
HSL color Cylindrical-coordinate representation of color #31D250: hue angle of 131.55º 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 #31D250 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 80 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.18 |
| HSL | 131.55º | 0.64% | 0.51% | - |
| HSV(B) | 131.55º | 0.77% | 0.82% | - |
| XYZ | 25.76 | 47.33 | 15.37 | - |
| YUV | 147.04 | 90.16 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 80 | 0.77 | 0 | 0.62 | 0.18 | 131.55 | 0.64 | 0.51 |
| Hex | 31 | D2 | 50 | 4D | 0 | 3E | 12 | 84 | 40 | 33 |
| Octal | 61 | 322 | 120 | 115 | 0 | 76 | 22 | 204 | 100 | 63 |
| Binary | 110001 | 11010010 | 1010000 | 1001101 | 0 | 111110 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #31D250
Complementary color
Monochromatic Colors of #31D250
Black with #31D250
Text Example
Text Example
White with #31D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D250; }
p { color: rgb(49,210,80); }
H1.HeaderClassName
{
color: #31D250;
}
.AnyTagClassName
{
color: #31D250;
}
</style>
background-color css
<style>
a { background-color: #31D250; }
a { background-color: rgb(49,210,80); }
div.DivClassName
{
background-color: #31D250;
}
.BgClassName
{
background-color: #31D250;
}
</style>
border-color css
<style>
span { border-color: #31D250; }
span { border-color: rgb(49,210,80); }
td.TdClassName
{
border-color: #31D250;
}
.TagClassName
{
border-color: #31D250;
}
</style>