Shades of Lime Green #31DE23
Tints of Lime Green #31DE23
RGB
CMYK
RGB Variations
Color information
#31DE23 (or 0x31DE23) is known color: Lime Green. HEX triplet: 31, DE and 23. RGB value is (49,222,35). Sum of RGB (Red+Green+Blue) = 49+222+35=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #31DE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DE23 is #CE21DC. Grayscale: #959595. Windows color (decimal): -13509085 or 2350641. OLE color: 2350641.
HSL color Cylindrical-coordinate representation of color #31DE23: hue angle of 115.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31DE23 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 222 | 35 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.13 |
| HSL | 115.51º | 0.74% | 0.5% | - |
| HSV(B) | 115.51º | 0.84% | 0.87% | - |
| XYZ | 27.69 | 53.02 | 10.36 | - |
| YUV | 148.96 | 63.69 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 35 | 0.78 | 0 | 0.84 | 0.13 | 115.51 | 0.74 | 0.5 |
| Hex | 31 | DE | 23 | 4E | 0 | 54 | D | 74 | 4A | 32 |
| Octal | 61 | 336 | 43 | 116 | 0 | 124 | 15 | 164 | 112 | 62 |
| Binary | 110001 | 11011110 | 100011 | 1001110 | 0 | 1010100 | 1101 | 1110100 | 1001010 | 110010 |
Color Harmonies of #31DE23
Complementary color
Monochromatic Colors of #31DE23
Black with #31DE23
Text Example
Text Example
White with #31DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DE23; }
p { color: rgb(49,222,35); }
H1.HeaderClassName
{
color: #31DE23;
}
.AnyTagClassName
{
color: #31DE23;
}
</style>
background-color css
<style>
a { background-color: #31DE23; }
a { background-color: rgb(49,222,35); }
div.DivClassName
{
background-color: #31DE23;
}
.BgClassName
{
background-color: #31DE23;
}
</style>
border-color css
<style>
span { border-color: #31DE23; }
span { border-color: rgb(49,222,35); }
td.TdClassName
{
border-color: #31DE23;
}
.TagClassName
{
border-color: #31DE23;
}
</style>