Shades of Lime Green #20BC23
Tints of Lime Green #20BC23
RGB
CMYK
RGB Variations
Color information
#20BC23 (or 0x20BC23) is known color: Lime Green. HEX triplet: 20, BC and 23. RGB value is (32,188,35). Sum of RGB (Red+Green+Blue) = 32+188+35=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC23 is #DF43DC. Grayscale: #7C7C7C. Windows color (decimal): -14631901 or 2341920. OLE color: 2341920.
HSL color Cylindrical-coordinate representation of color #20BC23: hue angle of 121.15º 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 #20BC23 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 35 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.26 |
| HSL | 121.15º | 0.71% | 0.43% | - |
| HSV(B) | 121.15º | 0.83% | 0.74% | - |
| XYZ | 18.88 | 36.39 | 7.62 | - |
| YUV | 123.91 | 77.82 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 35 | 0.83 | 0 | 0.81 | 0.26 | 121.15 | 0.71 | 0.43 |
| Hex | 20 | BC | 23 | 53 | 0 | 51 | 1A | 79 | 47 | 2B |
| Octal | 40 | 274 | 43 | 123 | 0 | 121 | 32 | 171 | 107 | 53 |
| Binary | 100000 | 10111100 | 100011 | 1010011 | 0 | 1010001 | 11010 | 1111001 | 1000111 | 101011 |
Color Harmonies of #20BC23
Complementary color
Monochromatic Colors of #20BC23
Black with #20BC23
Text Example
Text Example
White with #20BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC23; }
p { color: rgb(32,188,35); }
H1.HeaderClassName
{
color: #20BC23;
}
.AnyTagClassName
{
color: #20BC23;
}
</style>
background-color css
<style>
a { background-color: #20BC23; }
a { background-color: rgb(32,188,35); }
div.DivClassName
{
background-color: #20BC23;
}
.BgClassName
{
background-color: #20BC23;
}
</style>
border-color css
<style>
span { border-color: #20BC23; }
span { border-color: rgb(32,188,35); }
td.TdClassName
{
border-color: #20BC23;
}
.TagClassName
{
border-color: #20BC23;
}
</style>