Shades of Lime Green #31E532
Tints of Lime Green #31E532
RGB
CMYK
RGB Variations
Color information
#31E532 (or 0x31E532) is known color: Lime Green. HEX triplet: 31, E5 and 32. RGB value is (49,229,50). Sum of RGB (Red+Green+Blue) = 49+229+50=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #31E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E532 is #CE1ACD. Grayscale: #9B9B9B. Windows color (decimal): -13507278 or 3335473. OLE color: 3335473.
HSL color Cylindrical-coordinate representation of color #31E532: hue angle of 120.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E532 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 50 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.10 |
| HSL | 120.33º | 0.78% | 0.55% | - |
| HSV(B) | 120.33º | 0.79% | 0.9% | - |
| XYZ | 29.86 | 56.92 | 12.43 | - |
| YUV | 154.77 | 68.87 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 50 | 0.79 | 0 | 0.78 | 0.10 | 120.33 | 0.78 | 0.55 |
| Hex | 31 | E5 | 32 | 4F | 0 | 4E | A | 78 | 4E | 37 |
| Octal | 61 | 345 | 62 | 117 | 0 | 116 | 12 | 170 | 116 | 67 |
| Binary | 110001 | 11100101 | 110010 | 1001111 | 0 | 1001110 | 1010 | 1111000 | 1001110 | 110111 |
Color Harmonies of #31E532
Complementary color
Monochromatic Colors of #31E532
Black with #31E532
Text Example
Text Example
White with #31E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E532; }
p { color: rgb(49,229,50); }
H1.HeaderClassName
{
color: #31E532;
}
.AnyTagClassName
{
color: #31E532;
}
</style>
background-color css
<style>
a { background-color: #31E532; }
a { background-color: rgb(49,229,50); }
div.DivClassName
{
background-color: #31E532;
}
.BgClassName
{
background-color: #31E532;
}
</style>
border-color css
<style>
span { border-color: #31E532; }
span { border-color: rgb(49,229,50); }
td.TdClassName
{
border-color: #31E532;
}
.TagClassName
{
border-color: #31E532;
}
</style>