Shades of Lime Green #31B436
Tints of Lime Green #31B436
RGB
CMYK
RGB Variations
Color information
#31B436 (or 0x31B436) is known color: Lime Green. HEX triplet: 31, B4 and 36. RGB value is (49,180,54). Sum of RGB (Red+Green+Blue) = 49+180+54=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #31B436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B436 is #CE4BC9. Grayscale: #7E7E7E. Windows color (decimal): -13519818 or 3585073. OLE color: 3585073.
HSL color Cylindrical-coordinate representation of color #31B436: hue angle of 122.29º 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 #31B436 is Cyan = 0.73, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 54 | - |
| CMYK | 0.73 | 0 | 0.7 | 0.29 |
| HSL | 122.29º | 0.57% | 0.45% | - |
| HSV(B) | 122.29º | 0.73% | 0.71% | - |
| XYZ | 18.25 | 33.56 | 9.01 | - |
| YUV | 126.47 | 87.1 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 54 | 0.73 | 0 | 0.7 | 0.29 | 122.29 | 0.57 | 0.45 |
| Hex | 31 | B4 | 36 | 49 | 0 | 46 | 1D | 7A | 39 | 2D |
| Octal | 61 | 264 | 66 | 111 | 0 | 106 | 35 | 172 | 71 | 55 |
| Binary | 110001 | 10110100 | 110110 | 1001001 | 0 | 1000110 | 11101 | 1111010 | 111001 | 101101 |
Color Harmonies of #31B436
Complementary color
Monochromatic Colors of #31B436
Black with #31B436
Text Example
Text Example
White with #31B436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B436; }
p { color: rgb(49,180,54); }
H1.HeaderClassName
{
color: #31B436;
}
.AnyTagClassName
{
color: #31B436;
}
</style>
background-color css
<style>
a { background-color: #31B436; }
a { background-color: rgb(49,180,54); }
div.DivClassName
{
background-color: #31B436;
}
.BgClassName
{
background-color: #31B436;
}
</style>
border-color css
<style>
span { border-color: #31B436; }
span { border-color: rgb(49,180,54); }
td.TdClassName
{
border-color: #31B436;
}
.TagClassName
{
border-color: #31B436;
}
</style>