Shades of Lime Green #20BC29
Tints of Lime Green #20BC29
RGB
CMYK
RGB Variations
Color information
#20BC29 (or 0x20BC29) is known color: Lime Green. HEX triplet: 20, BC and 29. RGB value is (32,188,41). Sum of RGB (Red+Green+Blue) = 32+188+41=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC29 is #DF43D6. Grayscale: #7D7D7D. Windows color (decimal): -14631895 or 2735136. OLE color: 2735136.
HSL color Cylindrical-coordinate representation of color #20BC29: hue angle of 123.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BC29 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 41 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.26 |
| HSL | 123.46º | 0.71% | 0.43% | - |
| HSV(B) | 123.46º | 0.83% | 0.74% | - |
| XYZ | 18.98 | 36.43 | 8.13 | - |
| YUV | 124.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 41 | 0.83 | 0 | 0.78 | 0.26 | 123.46 | 0.71 | 0.43 |
| Hex | 20 | BC | 29 | 53 | 0 | 4E | 1A | 7B | 47 | 2B |
| Octal | 40 | 274 | 51 | 123 | 0 | 116 | 32 | 173 | 107 | 53 |
| Binary | 100000 | 10111100 | 101001 | 1010011 | 0 | 1001110 | 11010 | 1111011 | 1000111 | 101011 |
Color Harmonies of #20BC29
Complementary color
Monochromatic Colors of #20BC29
Black with #20BC29
Text Example
Text Example
White with #20BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC29; }
p { color: rgb(32,188,41); }
H1.HeaderClassName
{
color: #20BC29;
}
.AnyTagClassName
{
color: #20BC29;
}
</style>
background-color css
<style>
a { background-color: #20BC29; }
a { background-color: rgb(32,188,41); }
div.DivClassName
{
background-color: #20BC29;
}
.BgClassName
{
background-color: #20BC29;
}
</style>
border-color css
<style>
span { border-color: #20BC29; }
span { border-color: rgb(32,188,41); }
td.TdClassName
{
border-color: #20BC29;
}
.TagClassName
{
border-color: #20BC29;
}
</style>