Shades of Lime Green #31E64D
Tints of Lime Green #31E64D
RGB
CMYK
RGB Variations
Color information
#31E64D (or 0x31E64D) is known color: Lime Green. HEX triplet: 31, E6 and 4D. RGB value is (49,230,77). Sum of RGB (Red+Green+Blue) = 49+230+77=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #31E64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E64D is #CE19B2. Grayscale: #9E9E9E. Windows color (decimal): -13506995 or 5105201. OLE color: 5105201.
HSL color Cylindrical-coordinate representation of color #31E64D: hue angle of 129.28º 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 #31E64D is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 77 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.10 |
| HSL | 129.28º | 0.78% | 0.55% | - |
| HSV(B) | 129.28º | 0.79% | 0.9% | - |
| XYZ | 30.9 | 57.78 | 16.55 | - |
| YUV | 158.44 | 82.03 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 77 | 0.79 | 0 | 0.67 | 0.10 | 129.28 | 0.78 | 0.55 |
| Hex | 31 | E6 | 4D | 4F | 0 | 43 | A | 81 | 4E | 37 |
| Octal | 61 | 346 | 115 | 117 | 0 | 103 | 12 | 201 | 116 | 67 |
| Binary | 110001 | 11100110 | 1001101 | 1001111 | 0 | 1000011 | 1010 | 10000001 | 1001110 | 110111 |
Color Harmonies of #31E64D
Complementary color
Monochromatic Colors of #31E64D
Black with #31E64D
Text Example
Text Example
White with #31E64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E64D; }
p { color: rgb(49,230,77); }
H1.HeaderClassName
{
color: #31E64D;
}
.AnyTagClassName
{
color: #31E64D;
}
</style>
background-color css
<style>
a { background-color: #31E64D; }
a { background-color: rgb(49,230,77); }
div.DivClassName
{
background-color: #31E64D;
}
.BgClassName
{
background-color: #31E64D;
}
</style>
border-color css
<style>
span { border-color: #31E64D; }
span { border-color: rgb(49,230,77); }
td.TdClassName
{
border-color: #31E64D;
}
.TagClassName
{
border-color: #31E64D;
}
</style>