Shades of Lime Green #31EA1D
Tints of Lime Green #31EA1D
RGB
CMYK
RGB Variations
Color information
#31EA1D (or 0x31EA1D) is known color: Lime Green. HEX triplet: 31, EA and 1D. RGB value is (49,234,29). Sum of RGB (Red+Green+Blue) = 49+234+29=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA1D is #CE15E2. Grayscale: #9B9B9B. Windows color (decimal): -13506019 or 1960497. OLE color: 1960497.
HSL color Cylindrical-coordinate representation of color #31EA1D: hue angle of 114.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31EA1D is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 29 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.08 |
| HSL | 114.15º | 0.83% | 0.52% | - |
| HSV(B) | 114.15º | 0.88% | 0.92% | - |
| XYZ | 30.91 | 59.59 | 11.03 | - |
| YUV | 155.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 29 | 0.79 | 0 | 0.88 | 0.08 | 114.15 | 0.83 | 0.52 |
| Hex | 31 | EA | 1D | 4F | 0 | 58 | 8 | 72 | 53 | 34 |
| Octal | 61 | 352 | 35 | 117 | 0 | 130 | 10 | 162 | 123 | 64 |
| Binary | 110001 | 11101010 | 11101 | 1001111 | 0 | 1011000 | 1000 | 1110010 | 1010011 | 110100 |
Color Harmonies of #31EA1D
Complementary color
Monochromatic Colors of #31EA1D
Black with #31EA1D
Text Example
Text Example
White with #31EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EA1D; }
p { color: rgb(49,234,29); }
H1.HeaderClassName
{
color: #31EA1D;
}
.AnyTagClassName
{
color: #31EA1D;
}
</style>
background-color css
<style>
a { background-color: #31EA1D; }
a { background-color: rgb(49,234,29); }
div.DivClassName
{
background-color: #31EA1D;
}
.BgClassName
{
background-color: #31EA1D;
}
</style>
border-color css
<style>
span { border-color: #31EA1D; }
span { border-color: rgb(49,234,29); }
td.TdClassName
{
border-color: #31EA1D;
}
.TagClassName
{
border-color: #31EA1D;
}
</style>