Shades of Lime Green #31CC47
Tints of Lime Green #31CC47
RGB
CMYK
RGB Variations
Color information
#31CC47 (or 0x31CC47) is known color: Lime Green. HEX triplet: 31, CC and 47. RGB value is (49,204,71). Sum of RGB (Red+Green+Blue) = 49+204+71=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CC47 is #CE33B8. Grayscale: #8E8E8E. Windows color (decimal): -13513657 or 4705329. OLE color: 4705329.
HSL color Cylindrical-coordinate representation of color #31CC47: hue angle of 128.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC47 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 71 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.2 |
| HSL | 128.52º | 0.61% | 0.5% | - |
| HSV(B) | 128.52º | 0.76% | 0.8% | - |
| XYZ | 24 | 44.29 | 13.25 | - |
| YUV | 142.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 71 | 0.76 | 0 | 0.65 | 0.2 | 128.52 | 0.61 | 0.5 |
| Hex | 31 | CC | 47 | 4C | 0 | 41 | 14 | 81 | 3D | 32 |
| Octal | 61 | 314 | 107 | 114 | 0 | 101 | 24 | 201 | 75 | 62 |
| Binary | 110001 | 11001100 | 1000111 | 1001100 | 0 | 1000001 | 10100 | 10000001 | 111101 | 110010 |
Color Harmonies of #31CC47
Complementary color
Monochromatic Colors of #31CC47
Black with #31CC47
Text Example
Text Example
White with #31CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC47; }
p { color: rgb(49,204,71); }
H1.HeaderClassName
{
color: #31CC47;
}
.AnyTagClassName
{
color: #31CC47;
}
</style>
background-color css
<style>
a { background-color: #31CC47; }
a { background-color: rgb(49,204,71); }
div.DivClassName
{
background-color: #31CC47;
}
.BgClassName
{
background-color: #31CC47;
}
</style>
border-color css
<style>
span { border-color: #31CC47; }
span { border-color: rgb(49,204,71); }
td.TdClassName
{
border-color: #31CC47;
}
.TagClassName
{
border-color: #31CC47;
}
</style>