Shades of Lime Green #20B223
Tints of Lime Green #20B223
RGB
CMYK
RGB Variations
Color information
#20B223 (or 0x20B223) is known color: Lime Green. HEX triplet: 20, B2 and 23. RGB value is (32,178,35). Sum of RGB (Red+Green+Blue) = 32+178+35=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #20B223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B223 is #DF4DDC. Grayscale: #767676. Windows color (decimal): -14634461 or 2339360. OLE color: 2339360.
HSL color Cylindrical-coordinate representation of color #20B223: hue angle of 121.23º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B223 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 178 | 35 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.30 |
| HSL | 121.23º | 0.7% | 0.41% | - |
| HSV(B) | 121.23º | 0.82% | 0.7% | - |
| XYZ | 16.82 | 32.27 | 6.93 | - |
| YUV | 118.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 35 | 0.82 | 0 | 0.80 | 0.30 | 121.23 | 0.7 | 0.41 |
| Hex | 20 | B2 | 23 | 52 | 0 | 50 | 1E | 79 | 46 | 29 |
| Octal | 40 | 262 | 43 | 122 | 0 | 120 | 36 | 171 | 106 | 51 |
| Binary | 100000 | 10110010 | 100011 | 1010010 | 0 | 1010000 | 11110 | 1111001 | 1000110 | 101001 |
Color Harmonies of #20B223
Complementary color
Monochromatic Colors of #20B223
Black with #20B223
Text Example
Text Example
White with #20B223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B223; }
p { color: rgb(32,178,35); }
H1.HeaderClassName
{
color: #20B223;
}
.AnyTagClassName
{
color: #20B223;
}
</style>
background-color css
<style>
a { background-color: #20B223; }
a { background-color: rgb(32,178,35); }
div.DivClassName
{
background-color: #20B223;
}
.BgClassName
{
background-color: #20B223;
}
</style>
border-color css
<style>
span { border-color: #20B223; }
span { border-color: rgb(32,178,35); }
td.TdClassName
{
border-color: #20B223;
}
.TagClassName
{
border-color: #20B223;
}
</style>