Shades of Lime Green #20BC24
Tints of Lime Green #20BC24
RGB
CMYK
RGB Variations
Color information
#20BC24 (or 0x20BC24) is known color: Lime Green. HEX triplet: 20, BC and 24. RGB value is (32,188,36). Sum of RGB (Red+Green+Blue) = 32+188+36=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC24 is #DF43DB. Grayscale: #7C7C7C. Windows color (decimal): -14631900 or 2407456. OLE color: 2407456.
HSL color Cylindrical-coordinate representation of color #20BC24: hue angle of 121.54º 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 #20BC24 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 36 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.26 |
| HSL | 121.54º | 0.71% | 0.43% | - |
| HSV(B) | 121.54º | 0.83% | 0.74% | - |
| XYZ | 18.9 | 36.4 | 7.7 | - |
| YUV | 124.03 | 78.32 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 36 | 0.83 | 0 | 0.81 | 0.26 | 121.54 | 0.71 | 0.43 |
| Hex | 20 | BC | 24 | 53 | 0 | 51 | 1A | 7A | 47 | 2B |
| Octal | 40 | 274 | 44 | 123 | 0 | 121 | 32 | 172 | 107 | 53 |
| Binary | 100000 | 10111100 | 100100 | 1010011 | 0 | 1010001 | 11010 | 1111010 | 1000111 | 101011 |
Color Harmonies of #20BC24
Complementary color
Monochromatic Colors of #20BC24
Black with #20BC24
Text Example
Text Example
White with #20BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC24; }
p { color: rgb(32,188,36); }
H1.HeaderClassName
{
color: #20BC24;
}
.AnyTagClassName
{
color: #20BC24;
}
</style>
background-color css
<style>
a { background-color: #20BC24; }
a { background-color: rgb(32,188,36); }
div.DivClassName
{
background-color: #20BC24;
}
.BgClassName
{
background-color: #20BC24;
}
</style>
border-color css
<style>
span { border-color: #20BC24; }
span { border-color: rgb(32,188,36); }
td.TdClassName
{
border-color: #20BC24;
}
.TagClassName
{
border-color: #20BC24;
}
</style>