Shades of Lime Green #31C534
Tints of Lime Green #31C534
RGB
CMYK
RGB Variations
Color information
#31C534 (or 0x31C534) is known color: Lime Green. HEX triplet: 31, C5 and 34. RGB value is (49,197,52). Sum of RGB (Red+Green+Blue) = 49+197+52=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #31C534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C534 is #CE3ACB. Grayscale: #888888. Windows color (decimal): -13515468 or 3458353. OLE color: 3458353.
HSL color Cylindrical-coordinate representation of color #31C534: hue angle of 121.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C534 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 52 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.23 |
| HSL | 121.22º | 0.6% | 0.48% | - |
| HSV(B) | 121.22º | 0.75% | 0.77% | - |
| XYZ | 21.85 | 40.83 | 9.98 | - |
| YUV | 136.22 | 80.47 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 52 | 0.75 | 0 | 0.74 | 0.23 | 121.22 | 0.6 | 0.48 |
| Hex | 31 | C5 | 34 | 4B | 0 | 4A | 17 | 79 | 3C | 30 |
| Octal | 61 | 305 | 64 | 113 | 0 | 112 | 27 | 171 | 74 | 60 |
| Binary | 110001 | 11000101 | 110100 | 1001011 | 0 | 1001010 | 10111 | 1111001 | 111100 | 110000 |
Color Harmonies of #31C534
Complementary color
Monochromatic Colors of #31C534
Black with #31C534
Text Example
Text Example
White with #31C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C534; }
p { color: rgb(49,197,52); }
H1.HeaderClassName
{
color: #31C534;
}
.AnyTagClassName
{
color: #31C534;
}
</style>
background-color css
<style>
a { background-color: #31C534; }
a { background-color: rgb(49,197,52); }
div.DivClassName
{
background-color: #31C534;
}
.BgClassName
{
background-color: #31C534;
}
</style>
border-color css
<style>
span { border-color: #31C534; }
span { border-color: rgb(49,197,52); }
td.TdClassName
{
border-color: #31C534;
}
.TagClassName
{
border-color: #31C534;
}
</style>