Shades of Lime Green #31E628
Tints of Lime Green #31E628
RGB
CMYK
RGB Variations
Color information
#31E628 (or 0x31E628) is known color: Lime Green. HEX triplet: 31, E6 and 28. RGB value is (49,230,40). Sum of RGB (Red+Green+Blue) = 49+230+40=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 230 (90.23% from 255 or 72.10% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 230 - color contains mainly: green. Hex color #31E628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E628 is #CE19D7. Grayscale: #9A9A9A. Windows color (decimal): -13507032 or 2680369. OLE color: 2680369.
HSL color Cylindrical-coordinate representation of color #31E628: hue angle of 117.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31E628 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 40 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.10 |
| HSL | 117.16º | 0.79% | 0.53% | - |
| HSV(B) | 117.16º | 0.83% | 0.9% | - |
| XYZ | 29.95 | 57.4 | 11.51 | - |
| YUV | 154.22 | 63.53 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 40 | 0.79 | 0 | 0.83 | 0.10 | 117.16 | 0.79 | 0.53 |
| Hex | 31 | E6 | 28 | 4F | 0 | 53 | A | 75 | 4F | 35 |
| Octal | 61 | 346 | 50 | 117 | 0 | 123 | 12 | 165 | 117 | 65 |
| Binary | 110001 | 11100110 | 101000 | 1001111 | 0 | 1010011 | 1010 | 1110101 | 1001111 | 110101 |
Color Harmonies of #31E628
Complementary color
Monochromatic Colors of #31E628
Black with #31E628
Text Example
Text Example
White with #31E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E628; }
p { color: rgb(49,230,40); }
H1.HeaderClassName
{
color: #31E628;
}
.AnyTagClassName
{
color: #31E628;
}
</style>
background-color css
<style>
a { background-color: #31E628; }
a { background-color: rgb(49,230,40); }
div.DivClassName
{
background-color: #31E628;
}
.BgClassName
{
background-color: #31E628;
}
</style>
border-color css
<style>
span { border-color: #31E628; }
span { border-color: rgb(49,230,40); }
td.TdClassName
{
border-color: #31E628;
}
.TagClassName
{
border-color: #31E628;
}
</style>