Shades of Lime Green #31B22E
Tints of Lime Green #31B22E
RGB
CMYK
RGB Variations
Color information
#31B22E (or 0x31B22E) is known color: Lime Green. HEX triplet: 31, B2 and 2E. RGB value is (49,178,46). Sum of RGB (Red+Green+Blue) = 49+178+46=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #31B22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B22E is #CE4DD1. Grayscale: #7C7C7C. Windows color (decimal): -13520338 or 3060273. OLE color: 3060273.
HSL color Cylindrical-coordinate representation of color #31B22E: hue angle of 118.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B22E is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 46 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.30 |
| HSL | 118.64º | 0.59% | 0.44% | - |
| HSV(B) | 118.64º | 0.74% | 0.7% | - |
| XYZ | 17.68 | 32.69 | 7.96 | - |
| YUV | 124.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 46 | 0.72 | 0 | 0.74 | 0.30 | 118.64 | 0.59 | 0.44 |
| Hex | 31 | B2 | 2E | 48 | 0 | 4A | 1E | 77 | 3B | 2C |
| Octal | 61 | 262 | 56 | 110 | 0 | 112 | 36 | 167 | 73 | 54 |
| Binary | 110001 | 10110010 | 101110 | 1001000 | 0 | 1001010 | 11110 | 1110111 | 111011 | 101100 |
Color Harmonies of #31B22E
Complementary color
Monochromatic Colors of #31B22E
Black with #31B22E
Text Example
Text Example
White with #31B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B22E; }
p { color: rgb(49,178,46); }
H1.HeaderClassName
{
color: #31B22E;
}
.AnyTagClassName
{
color: #31B22E;
}
</style>
background-color css
<style>
a { background-color: #31B22E; }
a { background-color: rgb(49,178,46); }
div.DivClassName
{
background-color: #31B22E;
}
.BgClassName
{
background-color: #31B22E;
}
</style>
border-color css
<style>
span { border-color: #31B22E; }
span { border-color: rgb(49,178,46); }
td.TdClassName
{
border-color: #31B22E;
}
.TagClassName
{
border-color: #31B22E;
}
</style>