Shades of Lime Green #20AE31
Tints of Lime Green #20AE31
RGB
CMYK
RGB Variations
Color information
#20AE31 (or 0x20AE31) is known color: Lime Green. HEX triplet: 20, AE and 31. RGB value is (32,174,49). Sum of RGB (Red+Green+Blue) = 32+174+49=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AE31 is #DF51CE. Grayscale: #757575. Windows color (decimal): -14635471 or 3255840. OLE color: 3255840.
HSL color Cylindrical-coordinate representation of color #20AE31: hue angle of 127.18º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE31 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 49 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.32 |
| HSL | 127.18º | 0.69% | 0.4% | - |
| HSV(B) | 127.18º | 0.82% | 0.68% | - |
| XYZ | 16.29 | 30.8 | 7.99 | - |
| YUV | 117.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 49 | 0.82 | 0 | 0.72 | 0.32 | 127.18 | 0.69 | 0.4 |
| Hex | 20 | AE | 31 | 52 | 0 | 48 | 20 | 7F | 45 | 28 |
| Octal | 40 | 256 | 61 | 122 | 0 | 110 | 40 | 177 | 105 | 50 |
| Binary | 100000 | 10101110 | 110001 | 1010010 | 0 | 1001000 | 100000 | 1111111 | 1000101 | 101000 |
Color Harmonies of #20AE31
Complementary color
Monochromatic Colors of #20AE31
Black with #20AE31
Text Example
Text Example
White with #20AE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE31; }
p { color: rgb(32,174,49); }
H1.HeaderClassName
{
color: #20AE31;
}
.AnyTagClassName
{
color: #20AE31;
}
</style>
background-color css
<style>
a { background-color: #20AE31; }
a { background-color: rgb(32,174,49); }
div.DivClassName
{
background-color: #20AE31;
}
.BgClassName
{
background-color: #20AE31;
}
</style>
border-color css
<style>
span { border-color: #20AE31; }
span { border-color: rgb(32,174,49); }
td.TdClassName
{
border-color: #20AE31;
}
.TagClassName
{
border-color: #20AE31;
}
</style>