Shades of Lime Green #31E22B
Tints of Lime Green #31E22B
RGB
CMYK
RGB Variations
Color information
#31E22B (or 0x31E22B) is known color: Lime Green. HEX triplet: 31, E2 and 2B. RGB value is (49,226,43). Sum of RGB (Red+Green+Blue) = 49+226+43=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 226 (88.67% from 255 or 71.07% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 226 - color contains mainly: green. Hex color #31E22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E22B is #CE1DD4. Grayscale: #989898. Windows color (decimal): -13508053 or 2875953. OLE color: 2875953.
HSL color Cylindrical-coordinate representation of color #31E22B: hue angle of 118.03º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E22B is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 226 | 43 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.11 |
| HSL | 118.03º | 0.76% | 0.53% | - |
| HSV(B) | 118.03º | 0.81% | 0.89% | - |
| XYZ | 28.9 | 55.22 | 11.42 | - |
| YUV | 152.22 | 66.36 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 226 | 43 | 0.78 | 0 | 0.81 | 0.11 | 118.03 | 0.76 | 0.53 |
| Hex | 31 | E2 | 2B | 4E | 0 | 51 | B | 76 | 4C | 35 |
| Octal | 61 | 342 | 53 | 116 | 0 | 121 | 13 | 166 | 114 | 65 |
| Binary | 110001 | 11100010 | 101011 | 1001110 | 0 | 1010001 | 1011 | 1110110 | 1001100 | 110101 |
Color Harmonies of #31E22B
Complementary color
Monochromatic Colors of #31E22B
Black with #31E22B
Text Example
Text Example
White with #31E22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E22B; }
p { color: rgb(49,226,43); }
H1.HeaderClassName
{
color: #31E22B;
}
.AnyTagClassName
{
color: #31E22B;
}
</style>
background-color css
<style>
a { background-color: #31E22B; }
a { background-color: rgb(49,226,43); }
div.DivClassName
{
background-color: #31E22B;
}
.BgClassName
{
background-color: #31E22B;
}
</style>
border-color css
<style>
span { border-color: #31E22B; }
span { border-color: rgb(49,226,43); }
td.TdClassName
{
border-color: #31E22B;
}
.TagClassName
{
border-color: #31E22B;
}
</style>