Shades of Lime Green #31C84D
Tints of Lime Green #31C84D
RGB
CMYK
RGB Variations
Color information
#31C84D (or 0x31C84D) is known color: Lime Green. HEX triplet: 31, C8 and 4D. RGB value is (49,200,77). Sum of RGB (Red+Green+Blue) = 49+200+77=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 200 (78.52% from 255 or 61.35% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 200 - color contains mainly: green. Hex color #31C84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C84D is #CE37B2. Grayscale: #8D8D8D. Windows color (decimal): -13514675 or 5097521. OLE color: 5097521.
HSL color Cylindrical-coordinate representation of color #31C84D: hue angle of 131.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C84D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 77 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.22 |
| HSL | 131.13º | 0.61% | 0.49% | - |
| HSV(B) | 131.13º | 0.76% | 0.78% | - |
| XYZ | 23.26 | 42.5 | 14 | - |
| YUV | 140.83 | 91.97 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 77 | 0.76 | 0 | 0.62 | 0.22 | 131.13 | 0.61 | 0.49 |
| Hex | 31 | C8 | 4D | 4C | 0 | 3E | 16 | 83 | 3D | 31 |
| Octal | 61 | 310 | 115 | 114 | 0 | 76 | 26 | 203 | 75 | 61 |
| Binary | 110001 | 11001000 | 1001101 | 1001100 | 0 | 111110 | 10110 | 10000011 | 111101 | 110001 |
Color Harmonies of #31C84D
Complementary color
Monochromatic Colors of #31C84D
Black with #31C84D
Text Example
Text Example
White with #31C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C84D; }
p { color: rgb(49,200,77); }
H1.HeaderClassName
{
color: #31C84D;
}
.AnyTagClassName
{
color: #31C84D;
}
</style>
background-color css
<style>
a { background-color: #31C84D; }
a { background-color: rgb(49,200,77); }
div.DivClassName
{
background-color: #31C84D;
}
.BgClassName
{
background-color: #31C84D;
}
</style>
border-color css
<style>
span { border-color: #31C84D; }
span { border-color: rgb(49,200,77); }
td.TdClassName
{
border-color: #31C84D;
}
.TagClassName
{
border-color: #31C84D;
}
</style>