Shades of Lime Green #31C941
Tints of Lime Green #31C941
RGB
CMYK
RGB Variations
Color information
#31C941 (or 0x31C941) is known color: Lime Green. HEX triplet: 31, C9 and 41. RGB value is (49,201,65). Sum of RGB (Red+Green+Blue) = 49+201+65=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #31C941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C941 is #CE36BE. Grayscale: #8C8C8C. Windows color (decimal): -13514431 or 4311345. OLE color: 4311345.
HSL color Cylindrical-coordinate representation of color #31C941: hue angle of 126.32º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C941 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 65 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.21 |
| HSL | 126.32º | 0.61% | 0.49% | - |
| HSV(B) | 126.32º | 0.76% | 0.79% | - |
| XYZ | 23.11 | 42.81 | 12.05 | - |
| YUV | 140.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 65 | 0.76 | 0 | 0.68 | 0.21 | 126.32 | 0.61 | 0.49 |
| Hex | 31 | C9 | 41 | 4C | 0 | 44 | 15 | 7E | 3D | 31 |
| Octal | 61 | 311 | 101 | 114 | 0 | 104 | 25 | 176 | 75 | 61 |
| Binary | 110001 | 11001001 | 1000001 | 1001100 | 0 | 1000100 | 10101 | 1111110 | 111101 | 110001 |
Color Harmonies of #31C941
Complementary color
Monochromatic Colors of #31C941
Black with #31C941
Text Example
Text Example
White with #31C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C941; }
p { color: rgb(49,201,65); }
H1.HeaderClassName
{
color: #31C941;
}
.AnyTagClassName
{
color: #31C941;
}
</style>
background-color css
<style>
a { background-color: #31C941; }
a { background-color: rgb(49,201,65); }
div.DivClassName
{
background-color: #31C941;
}
.BgClassName
{
background-color: #31C941;
}
</style>
border-color css
<style>
span { border-color: #31C941; }
span { border-color: rgb(49,201,65); }
td.TdClassName
{
border-color: #31C941;
}
.TagClassName
{
border-color: #31C941;
}
</style>