Shades of Lime Green #31C550
Tints of Lime Green #31C550
RGB
CMYK
RGB Variations
Color information
#31C550 (or 0x31C550) is known color: Lime Green. HEX triplet: 31, C5 and 50. RGB value is (49,197,80). Sum of RGB (Red+Green+Blue) = 49+197+80=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #31C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C550 is #CE3AAF. Grayscale: #8B8B8B. Windows color (decimal): -13515440 or 5293361. OLE color: 5293361.
HSL color Cylindrical-coordinate representation of color #31C550: hue angle of 132.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C550 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 80 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.23 |
| HSL | 132.57º | 0.6% | 0.48% | - |
| HSV(B) | 132.57º | 0.75% | 0.77% | - |
| XYZ | 22.68 | 41.16 | 14.34 | - |
| YUV | 139.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 80 | 0.75 | 0 | 0.59 | 0.23 | 132.57 | 0.6 | 0.48 |
| Hex | 31 | C5 | 50 | 4B | 0 | 3B | 17 | 85 | 3C | 30 |
| Octal | 61 | 305 | 120 | 113 | 0 | 73 | 27 | 205 | 74 | 60 |
| Binary | 110001 | 11000101 | 1010000 | 1001011 | 0 | 111011 | 10111 | 10000101 | 111100 | 110000 |
Color Harmonies of #31C550
Complementary color
Monochromatic Colors of #31C550
Black with #31C550
Text Example
Text Example
White with #31C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C550; }
p { color: rgb(49,197,80); }
H1.HeaderClassName
{
color: #31C550;
}
.AnyTagClassName
{
color: #31C550;
}
</style>
background-color css
<style>
a { background-color: #31C550; }
a { background-color: rgb(49,197,80); }
div.DivClassName
{
background-color: #31C550;
}
.BgClassName
{
background-color: #31C550;
}
</style>
border-color css
<style>
span { border-color: #31C550; }
span { border-color: rgb(49,197,80); }
td.TdClassName
{
border-color: #31C550;
}
.TagClassName
{
border-color: #31C550;
}
</style>