Shades of Lime Green #31B534
Tints of Lime Green #31B534
RGB
CMYK
RGB Variations
Color information
#31B534 (or 0x31B534) is known color: Lime Green. HEX triplet: 31, B5 and 34. RGB value is (49,181,52). Sum of RGB (Red+Green+Blue) = 49+181+52=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #31B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B534 is #CE4ACB. Grayscale: #7F7F7F. Windows color (decimal): -13519564 or 3454257. OLE color: 3454257.
HSL color Cylindrical-coordinate representation of color #31B534: hue angle of 121.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B534 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 181 | 52 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.29 |
| HSL | 121.36º | 0.57% | 0.45% | - |
| HSV(B) | 121.36º | 0.73% | 0.71% | - |
| XYZ | 18.41 | 33.95 | 8.83 | - |
| YUV | 126.83 | 85.77 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 52 | 0.73 | 0 | 0.71 | 0.29 | 121.36 | 0.57 | 0.45 |
| Hex | 31 | B5 | 34 | 49 | 0 | 47 | 1D | 79 | 39 | 2D |
| Octal | 61 | 265 | 64 | 111 | 0 | 107 | 35 | 171 | 71 | 55 |
| Binary | 110001 | 10110101 | 110100 | 1001001 | 0 | 1000111 | 11101 | 1111001 | 111001 | 101101 |
Color Harmonies of #31B534
Complementary color
Monochromatic Colors of #31B534
Black with #31B534
Text Example
Text Example
White with #31B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B534; }
p { color: rgb(49,181,52); }
H1.HeaderClassName
{
color: #31B534;
}
.AnyTagClassName
{
color: #31B534;
}
</style>
background-color css
<style>
a { background-color: #31B534; }
a { background-color: rgb(49,181,52); }
div.DivClassName
{
background-color: #31B534;
}
.BgClassName
{
background-color: #31B534;
}
</style>
border-color css
<style>
span { border-color: #31B534; }
span { border-color: rgb(49,181,52); }
td.TdClassName
{
border-color: #31B534;
}
.TagClassName
{
border-color: #31B534;
}
</style>