Shades of Lime Green #31CB56
Tints of Lime Green #31CB56
RGB
CMYK
RGB Variations
Color information
#31CB56 (or 0x31CB56) is known color: Lime Green. HEX triplet: 31, CB and 56. RGB value is (49,203,86). Sum of RGB (Red+Green+Blue) = 49+203+86=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CB56 is #CE34A9. Grayscale: #8F8F8F. Windows color (decimal): -13513898 or 5688113. OLE color: 5688113.
HSL color Cylindrical-coordinate representation of color #31CB56: hue angle of 134.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB56 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 86 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.20 |
| HSL | 134.42º | 0.61% | 0.49% | - |
| HSV(B) | 134.42º | 0.76% | 0.8% | - |
| XYZ | 24.3 | 44.04 | 16.02 | - |
| YUV | 143.62 | 95.48 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 86 | 0.76 | 0 | 0.58 | 0.20 | 134.42 | 0.61 | 0.49 |
| Hex | 31 | CB | 56 | 4C | 0 | 3A | 14 | 86 | 3D | 31 |
| Octal | 61 | 313 | 126 | 114 | 0 | 72 | 24 | 206 | 75 | 61 |
| Binary | 110001 | 11001011 | 1010110 | 1001100 | 0 | 111010 | 10100 | 10000110 | 111101 | 110001 |
Color Harmonies of #31CB56
Complementary color
Monochromatic Colors of #31CB56
Black with #31CB56
Text Example
Text Example
White with #31CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB56; }
p { color: rgb(49,203,86); }
H1.HeaderClassName
{
color: #31CB56;
}
.AnyTagClassName
{
color: #31CB56;
}
</style>
background-color css
<style>
a { background-color: #31CB56; }
a { background-color: rgb(49,203,86); }
div.DivClassName
{
background-color: #31CB56;
}
.BgClassName
{
background-color: #31CB56;
}
</style>
border-color css
<style>
span { border-color: #31CB56; }
span { border-color: rgb(49,203,86); }
td.TdClassName
{
border-color: #31CB56;
}
.TagClassName
{
border-color: #31CB56;
}
</style>