Shades of Lime Green #31C635
Tints of Lime Green #31C635
RGB
CMYK
RGB Variations
Color information
#31C635 (or 0x31C635) is known color: Lime Green. HEX triplet: 31, C6 and 35. RGB value is (49,198,53). Sum of RGB (Red+Green+Blue) = 49+198+53=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 198 (77.73% from 255 or 66% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 198 - color contains mainly: green. Hex color #31C635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C635 is #CE39CA. Grayscale: #898989. Windows color (decimal): -13515211 or 3524145. OLE color: 3524145.
HSL color Cylindrical-coordinate representation of color #31C635: hue angle of 121.61º 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 #31C635 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 53 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.22 |
| HSL | 121.61º | 0.6% | 0.48% | - |
| HSV(B) | 121.61º | 0.75% | 0.78% | - |
| XYZ | 22.1 | 41.3 | 10.17 | - |
| YUV | 136.92 | 80.64 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 53 | 0.75 | 0 | 0.73 | 0.22 | 121.61 | 0.6 | 0.48 |
| Hex | 31 | C6 | 35 | 4B | 0 | 49 | 16 | 7A | 3C | 30 |
| Octal | 61 | 306 | 65 | 113 | 0 | 111 | 26 | 172 | 74 | 60 |
| Binary | 110001 | 11000110 | 110101 | 1001011 | 0 | 1001001 | 10110 | 1111010 | 111100 | 110000 |
Color Harmonies of #31C635
Complementary color
Monochromatic Colors of #31C635
Black with #31C635
Text Example
Text Example
White with #31C635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C635; }
p { color: rgb(49,198,53); }
H1.HeaderClassName
{
color: #31C635;
}
.AnyTagClassName
{
color: #31C635;
}
</style>
background-color css
<style>
a { background-color: #31C635; }
a { background-color: rgb(49,198,53); }
div.DivClassName
{
background-color: #31C635;
}
.BgClassName
{
background-color: #31C635;
}
</style>
border-color css
<style>
span { border-color: #31C635; }
span { border-color: rgb(49,198,53); }
td.TdClassName
{
border-color: #31C635;
}
.TagClassName
{
border-color: #31C635;
}
</style>