Shades of Lime Green #31C644
Tints of Lime Green #31C644
RGB
CMYK
RGB Variations
Color information
#31C644 (or 0x31C644) is known color: Lime Green. HEX triplet: 31, C6 and 44. RGB value is (49,198,68). Sum of RGB (Red+Green+Blue) = 49+198+68=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #31C644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C644 is #CE39BB. Grayscale: #8A8A8A. Windows color (decimal): -13515196 or 4507185. OLE color: 4507185.
HSL color Cylindrical-coordinate representation of color #31C644: hue angle of 127.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C644 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 68 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.22 |
| HSL | 127.65º | 0.6% | 0.48% | - |
| HSV(B) | 127.65º | 0.75% | 0.78% | - |
| XYZ | 22.5 | 41.46 | 12.29 | - |
| YUV | 138.63 | 88.14 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 68 | 0.75 | 0 | 0.66 | 0.22 | 127.65 | 0.6 | 0.48 |
| Hex | 31 | C6 | 44 | 4B | 0 | 42 | 16 | 80 | 3C | 30 |
| Octal | 61 | 306 | 104 | 113 | 0 | 102 | 26 | 200 | 74 | 60 |
| Binary | 110001 | 11000110 | 1000100 | 1001011 | 0 | 1000010 | 10110 | 10000000 | 111100 | 110000 |
Color Harmonies of #31C644
Complementary color
Monochromatic Colors of #31C644
Black with #31C644
Text Example
Text Example
White with #31C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C644; }
p { color: rgb(49,198,68); }
H1.HeaderClassName
{
color: #31C644;
}
.AnyTagClassName
{
color: #31C644;
}
</style>
background-color css
<style>
a { background-color: #31C644; }
a { background-color: rgb(49,198,68); }
div.DivClassName
{
background-color: #31C644;
}
.BgClassName
{
background-color: #31C644;
}
</style>
border-color css
<style>
span { border-color: #31C644; }
span { border-color: rgb(49,198,68); }
td.TdClassName
{
border-color: #31C644;
}
.TagClassName
{
border-color: #31C644;
}
</style>