Shades of Lime Green #31E02B
Tints of Lime Green #31E02B
RGB
CMYK
RGB Variations
Color information
#31E02B (or 0x31E02B) is known color: Lime Green. HEX triplet: 31, E0 and 2B. RGB value is (49,224,43). Sum of RGB (Red+Green+Blue) = 49+224+43=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 224 (87.89% from 255 or 70.89% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 224 - color contains mainly: green. Hex color #31E02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E02B is #CE1FD4. Grayscale: #979797. Windows color (decimal): -13508565 or 2875441. OLE color: 2875441.
HSL color Cylindrical-coordinate representation of color #31E02B: hue angle of 118.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E02B is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 224 | 43 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.12 |
| HSL | 118.01º | 0.74% | 0.52% | - |
| HSV(B) | 118.01º | 0.81% | 0.88% | - |
| XYZ | 28.36 | 54.14 | 11.24 | - |
| YUV | 151.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 43 | 0.78 | 0 | 0.81 | 0.12 | 118.01 | 0.74 | 0.52 |
| Hex | 31 | E0 | 2B | 4E | 0 | 51 | C | 76 | 4A | 34 |
| Octal | 61 | 340 | 53 | 116 | 0 | 121 | 14 | 166 | 112 | 64 |
| Binary | 110001 | 11100000 | 101011 | 1001110 | 0 | 1010001 | 1100 | 1110110 | 1001010 | 110100 |
Color Harmonies of #31E02B
Complementary color
Monochromatic Colors of #31E02B
Black with #31E02B
Text Example
Text Example
White with #31E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E02B; }
p { color: rgb(49,224,43); }
H1.HeaderClassName
{
color: #31E02B;
}
.AnyTagClassName
{
color: #31E02B;
}
</style>
background-color css
<style>
a { background-color: #31E02B; }
a { background-color: rgb(49,224,43); }
div.DivClassName
{
background-color: #31E02B;
}
.BgClassName
{
background-color: #31E02B;
}
</style>
border-color css
<style>
span { border-color: #31E02B; }
span { border-color: rgb(49,224,43); }
td.TdClassName
{
border-color: #31E02B;
}
.TagClassName
{
border-color: #31E02B;
}
</style>