Shades of Lime Green #31AC23
Tints of Lime Green #31AC23
RGB
CMYK
RGB Variations
Color information
#31AC23 (or 0x31AC23) is known color: Lime Green. HEX triplet: 31, AC and 23. RGB value is (49,172,35). Sum of RGB (Red+Green+Blue) = 49+172+35=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC23 is #CE53DC. Grayscale: #787878. Windows color (decimal): -13521885 or 2337841. OLE color: 2337841.
HSL color Cylindrical-coordinate representation of color #31AC23: hue angle of 113.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31AC23 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 35 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.33 |
| HSL | 113.87º | 0.66% | 0.41% | - |
| HSV(B) | 113.87º | 0.8% | 0.67% | - |
| XYZ | 16.32 | 30.28 | 6.57 | - |
| YUV | 119.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 35 | 0.72 | 0 | 0.80 | 0.33 | 113.87 | 0.66 | 0.41 |
| Hex | 31 | AC | 23 | 48 | 0 | 50 | 21 | 72 | 42 | 29 |
| Octal | 61 | 254 | 43 | 110 | 0 | 120 | 41 | 162 | 102 | 51 |
| Binary | 110001 | 10101100 | 100011 | 1001000 | 0 | 1010000 | 100001 | 1110010 | 1000010 | 101001 |
Color Harmonies of #31AC23
Complementary color
Monochromatic Colors of #31AC23
Black with #31AC23
Text Example
Text Example
White with #31AC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC23; }
p { color: rgb(49,172,35); }
H1.HeaderClassName
{
color: #31AC23;
}
.AnyTagClassName
{
color: #31AC23;
}
</style>
background-color css
<style>
a { background-color: #31AC23; }
a { background-color: rgb(49,172,35); }
div.DivClassName
{
background-color: #31AC23;
}
.BgClassName
{
background-color: #31AC23;
}
</style>
border-color css
<style>
span { border-color: #31AC23; }
span { border-color: rgb(49,172,35); }
td.TdClassName
{
border-color: #31AC23;
}
.TagClassName
{
border-color: #31AC23;
}
</style>