Shades of Lime Green #31C244
Tints of Lime Green #31C244
RGB
CMYK
RGB Variations
Color information
#31C244 (or 0x31C244) is known color: Lime Green. HEX triplet: 31, C2 and 44. RGB value is (49,194,68). Sum of RGB (Red+Green+Blue) = 49+194+68=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #31C244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C244 is #CE3DBB. Grayscale: #888888. Windows color (decimal): -13516220 or 4506161. OLE color: 4506161.
HSL color Cylindrical-coordinate representation of color #31C244: hue angle of 127.86º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C244 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 68 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.24 |
| HSL | 127.86º | 0.6% | 0.48% | - |
| HSV(B) | 127.86º | 0.75% | 0.76% | - |
| XYZ | 21.6 | 39.65 | 11.98 | - |
| YUV | 136.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 68 | 0.75 | 0 | 0.65 | 0.24 | 127.86 | 0.6 | 0.48 |
| Hex | 31 | C2 | 44 | 4B | 0 | 41 | 18 | 80 | 3C | 30 |
| Octal | 61 | 302 | 104 | 113 | 0 | 101 | 30 | 200 | 74 | 60 |
| Binary | 110001 | 11000010 | 1000100 | 1001011 | 0 | 1000001 | 11000 | 10000000 | 111100 | 110000 |
Color Harmonies of #31C244
Complementary color
Monochromatic Colors of #31C244
Black with #31C244
Text Example
Text Example
White with #31C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C244; }
p { color: rgb(49,194,68); }
H1.HeaderClassName
{
color: #31C244;
}
.AnyTagClassName
{
color: #31C244;
}
</style>
background-color css
<style>
a { background-color: #31C244; }
a { background-color: rgb(49,194,68); }
div.DivClassName
{
background-color: #31C244;
}
.BgClassName
{
background-color: #31C244;
}
</style>
border-color css
<style>
span { border-color: #31C244; }
span { border-color: rgb(49,194,68); }
td.TdClassName
{
border-color: #31C244;
}
.TagClassName
{
border-color: #31C244;
}
</style>