Shades of Lime Green #31C445
Tints of Lime Green #31C445
RGB
CMYK
RGB Variations
Color information
#31C445 (or 0x31C445) is known color: Lime Green. HEX triplet: 31, C4 and 45. RGB value is (49,196,69). Sum of RGB (Red+Green+Blue) = 49+196+69=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #31C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C445 is #CE3BBA. Grayscale: #898989. Windows color (decimal): -13515707 or 4572209. OLE color: 4572209.
HSL color Cylindrical-coordinate representation of color #31C445: hue angle of 128.16º 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 #31C445 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 69 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.23 |
| HSL | 128.16º | 0.6% | 0.48% | - |
| HSV(B) | 128.16º | 0.75% | 0.77% | - |
| XYZ | 22.08 | 40.56 | 12.3 | - |
| YUV | 137.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 69 | 0.75 | 0 | 0.65 | 0.23 | 128.16 | 0.6 | 0.48 |
| Hex | 31 | C4 | 45 | 4B | 0 | 41 | 17 | 80 | 3C | 30 |
| Octal | 61 | 304 | 105 | 113 | 0 | 101 | 27 | 200 | 74 | 60 |
| Binary | 110001 | 11000100 | 1000101 | 1001011 | 0 | 1000001 | 10111 | 10000000 | 111100 | 110000 |
Color Harmonies of #31C445
Complementary color
Monochromatic Colors of #31C445
Black with #31C445
Text Example
Text Example
White with #31C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C445; }
p { color: rgb(49,196,69); }
H1.HeaderClassName
{
color: #31C445;
}
.AnyTagClassName
{
color: #31C445;
}
</style>
background-color css
<style>
a { background-color: #31C445; }
a { background-color: rgb(49,196,69); }
div.DivClassName
{
background-color: #31C445;
}
.BgClassName
{
background-color: #31C445;
}
</style>
border-color css
<style>
span { border-color: #31C445; }
span { border-color: rgb(49,196,69); }
td.TdClassName
{
border-color: #31C445;
}
.TagClassName
{
border-color: #31C445;
}
</style>