Shades of Lime Green #31B022
Tints of Lime Green #31B022
RGB
CMYK
RGB Variations
Color information
#31B022 (or 0x31B022) is known color: Lime Green. HEX triplet: 31, B0 and 22. RGB value is (49,176,34). Sum of RGB (Red+Green+Blue) = 49+176+34=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #31B022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B022 is #CE4FDD. Grayscale: #7A7A7A. Windows color (decimal): -13520862 or 2273329. OLE color: 2273329.
HSL color Cylindrical-coordinate representation of color #31B022: hue angle of 113.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31B022 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 34 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.31 |
| HSL | 113.66º | 0.68% | 0.41% | - |
| HSV(B) | 113.66º | 0.81% | 0.69% | - |
| XYZ | 17.08 | 31.82 | 6.75 | - |
| YUV | 121.84 | 78.42 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 34 | 0.72 | 0 | 0.81 | 0.31 | 113.66 | 0.68 | 0.41 |
| Hex | 31 | B0 | 22 | 48 | 0 | 51 | 1F | 72 | 44 | 29 |
| Octal | 61 | 260 | 42 | 110 | 0 | 121 | 37 | 162 | 104 | 51 |
| Binary | 110001 | 10110000 | 100010 | 1001000 | 0 | 1010001 | 11111 | 1110010 | 1000100 | 101001 |
Color Harmonies of #31B022
Complementary color
Monochromatic Colors of #31B022
Black with #31B022
Text Example
Text Example
White with #31B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B022; }
p { color: rgb(49,176,34); }
H1.HeaderClassName
{
color: #31B022;
}
.AnyTagClassName
{
color: #31B022;
}
</style>
background-color css
<style>
a { background-color: #31B022; }
a { background-color: rgb(49,176,34); }
div.DivClassName
{
background-color: #31B022;
}
.BgClassName
{
background-color: #31B022;
}
</style>
border-color css
<style>
span { border-color: #31B022; }
span { border-color: rgb(49,176,34); }
td.TdClassName
{
border-color: #31B022;
}
.TagClassName
{
border-color: #31B022;
}
</style>