Shades of Lime Green #31CF47
Tints of Lime Green #31CF47
RGB
CMYK
RGB Variations
Color information
#31CF47 (or 0x31CF47) is known color: Lime Green. HEX triplet: 31, CF and 47. RGB value is (49,207,71). Sum of RGB (Red+Green+Blue) = 49+207+71=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CF47 is #CE30B8. Grayscale: #909090. Windows color (decimal): -13512889 or 4706097. OLE color: 4706097.
HSL color Cylindrical-coordinate representation of color #31CF47: hue angle of 128.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF47 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 71 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.19 |
| HSL | 128.35º | 0.62% | 0.5% | - |
| HSV(B) | 128.35º | 0.76% | 0.81% | - |
| XYZ | 24.72 | 45.73 | 13.49 | - |
| YUV | 144.25 | 86.65 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 71 | 0.76 | 0 | 0.66 | 0.19 | 128.35 | 0.62 | 0.5 |
| Hex | 31 | CF | 47 | 4C | 0 | 42 | 13 | 80 | 3E | 32 |
| Octal | 61 | 317 | 107 | 114 | 0 | 102 | 23 | 200 | 76 | 62 |
| Binary | 110001 | 11001111 | 1000111 | 1001100 | 0 | 1000010 | 10011 | 10000000 | 111110 | 110010 |
Color Harmonies of #31CF47
Complementary color
Monochromatic Colors of #31CF47
Black with #31CF47
Text Example
Text Example
White with #31CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF47; }
p { color: rgb(49,207,71); }
H1.HeaderClassName
{
color: #31CF47;
}
.AnyTagClassName
{
color: #31CF47;
}
</style>
background-color css
<style>
a { background-color: #31CF47; }
a { background-color: rgb(49,207,71); }
div.DivClassName
{
background-color: #31CF47;
}
.BgClassName
{
background-color: #31CF47;
}
</style>
border-color css
<style>
span { border-color: #31CF47; }
span { border-color: rgb(49,207,71); }
td.TdClassName
{
border-color: #31CF47;
}
.TagClassName
{
border-color: #31CF47;
}
</style>