Shades of Lime Green #31E536
Tints of Lime Green #31E536
RGB
CMYK
RGB Variations
Color information
#31E536 (or 0x31E536) is known color: Lime Green. HEX triplet: 31, E5 and 36. RGB value is (49,229,54). Sum of RGB (Red+Green+Blue) = 49+229+54=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 229 (89.84% from 255 or 68.98% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 229 - color contains mainly: green. Hex color #31E536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E536 is #CE1AC9. Grayscale: #9B9B9B. Windows color (decimal): -13507274 or 3597617. OLE color: 3597617.
HSL color Cylindrical-coordinate representation of color #31E536: hue angle of 121.67º 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 #31E536 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 229 | 54 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.10 |
| HSL | 121.67º | 0.78% | 0.55% | - |
| HSV(B) | 121.67º | 0.79% | 0.9% | - |
| XYZ | 29.95 | 56.96 | 12.91 | - |
| YUV | 155.23 | 70.87 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 229 | 54 | 0.79 | 0 | 0.76 | 0.10 | 121.67 | 0.78 | 0.55 |
| Hex | 31 | E5 | 36 | 4F | 0 | 4C | A | 7A | 4E | 37 |
| Octal | 61 | 345 | 66 | 117 | 0 | 114 | 12 | 172 | 116 | 67 |
| Binary | 110001 | 11100101 | 110110 | 1001111 | 0 | 1001100 | 1010 | 1111010 | 1001110 | 110111 |
Color Harmonies of #31E536
Complementary color
Monochromatic Colors of #31E536
Black with #31E536
Text Example
Text Example
White with #31E536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E536; }
p { color: rgb(49,229,54); }
H1.HeaderClassName
{
color: #31E536;
}
.AnyTagClassName
{
color: #31E536;
}
</style>
background-color css
<style>
a { background-color: #31E536; }
a { background-color: rgb(49,229,54); }
div.DivClassName
{
background-color: #31E536;
}
.BgClassName
{
background-color: #31E536;
}
</style>
border-color css
<style>
span { border-color: #31E536; }
span { border-color: rgb(49,229,54); }
td.TdClassName
{
border-color: #31E536;
}
.TagClassName
{
border-color: #31E536;
}
</style>