Shades of Lime Green #31E43D
Tints of Lime Green #31E43D
RGB
CMYK
RGB Variations
Color information
#31E43D (or 0x31E43D) is known color: Lime Green. HEX triplet: 31, E4 and 3D. RGB value is (49,228,61). Sum of RGB (Red+Green+Blue) = 49+228+61=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #31E43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E43D is #CE1BC2. Grayscale: #9B9B9B. Windows color (decimal): -13507523 or 4056113. OLE color: 4056113.
HSL color Cylindrical-coordinate representation of color #31E43D: hue angle of 124.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E43D is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 228 | 61 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.11 |
| HSL | 124.02º | 0.77% | 0.54% | - |
| HSV(B) | 124.02º | 0.79% | 0.89% | - |
| XYZ | 29.85 | 56.48 | 13.74 | - |
| YUV | 155.44 | 74.7 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 228 | 61 | 0.79 | 0 | 0.73 | 0.11 | 124.02 | 0.77 | 0.54 |
| Hex | 31 | E4 | 3D | 4F | 0 | 49 | B | 7C | 4D | 36 |
| Octal | 61 | 344 | 75 | 117 | 0 | 111 | 13 | 174 | 115 | 66 |
| Binary | 110001 | 11100100 | 111101 | 1001111 | 0 | 1001001 | 1011 | 1111100 | 1001101 | 110110 |
Color Harmonies of #31E43D
Complementary color
Monochromatic Colors of #31E43D
Black with #31E43D
Text Example
Text Example
White with #31E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E43D; }
p { color: rgb(49,228,61); }
H1.HeaderClassName
{
color: #31E43D;
}
.AnyTagClassName
{
color: #31E43D;
}
</style>
background-color css
<style>
a { background-color: #31E43D; }
a { background-color: rgb(49,228,61); }
div.DivClassName
{
background-color: #31E43D;
}
.BgClassName
{
background-color: #31E43D;
}
</style>
border-color css
<style>
span { border-color: #31E43D; }
span { border-color: rgb(49,228,61); }
td.TdClassName
{
border-color: #31E43D;
}
.TagClassName
{
border-color: #31E43D;
}
</style>