Shades of Lime Green #31C135
Tints of Lime Green #31C135
RGB
CMYK
RGB Variations
Color information
#31C135 (or 0x31C135) is known color: Lime Green. HEX triplet: 31, C1 and 35. RGB value is (49,193,53). Sum of RGB (Red+Green+Blue) = 49+193+53=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #31C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C135 is #CE3ECA. Grayscale: #868686. Windows color (decimal): -13516491 or 3522865. OLE color: 3522865.
HSL color Cylindrical-coordinate representation of color #31C135: hue angle of 121.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C135 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 53 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.24 |
| HSL | 121.67º | 0.6% | 0.47% | - |
| HSV(B) | 121.67º | 0.75% | 0.76% | - |
| XYZ | 20.98 | 39.05 | 9.8 | - |
| YUV | 133.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 53 | 0.75 | 0 | 0.73 | 0.24 | 121.67 | 0.6 | 0.47 |
| Hex | 31 | C1 | 35 | 4B | 0 | 49 | 18 | 7A | 3C | 2F |
| Octal | 61 | 301 | 65 | 113 | 0 | 111 | 30 | 172 | 74 | 57 |
| Binary | 110001 | 11000001 | 110101 | 1001011 | 0 | 1001001 | 11000 | 1111010 | 111100 | 101111 |
Color Harmonies of #31C135
Complementary color
Monochromatic Colors of #31C135
Black with #31C135
Text Example
Text Example
White with #31C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C135; }
p { color: rgb(49,193,53); }
H1.HeaderClassName
{
color: #31C135;
}
.AnyTagClassName
{
color: #31C135;
}
</style>
background-color css
<style>
a { background-color: #31C135; }
a { background-color: rgb(49,193,53); }
div.DivClassName
{
background-color: #31C135;
}
.BgClassName
{
background-color: #31C135;
}
</style>
border-color css
<style>
span { border-color: #31C135; }
span { border-color: rgb(49,193,53); }
td.TdClassName
{
border-color: #31C135;
}
.TagClassName
{
border-color: #31C135;
}
</style>