Shades of Lime Green #20BC2D
Tints of Lime Green #20BC2D
RGB
CMYK
RGB Variations
Color information
#20BC2D (or 0x20BC2D) is known color: Lime Green. HEX triplet: 20, BC and 2D. RGB value is (32,188,45). Sum of RGB (Red+Green+Blue) = 32+188+45=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC2D is #DF43D2. Grayscale: #7D7D7D. Windows color (decimal): -14631891 or 2997280. OLE color: 2997280.
HSL color Cylindrical-coordinate representation of color #20BC2D: hue angle of 125º 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 #20BC2D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 45 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.26 |
| HSL | 125º | 0.71% | 0.43% | - |
| HSV(B) | 125º | 0.83% | 0.74% | - |
| XYZ | 19.05 | 36.46 | 8.52 | - |
| YUV | 125.05 | 82.82 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 45 | 0.83 | 0 | 0.76 | 0.26 | 125 | 0.71 | 0.43 |
| Hex | 20 | BC | 2D | 53 | 0 | 4C | 1A | 7D | 47 | 2B |
| Octal | 40 | 274 | 55 | 123 | 0 | 114 | 32 | 175 | 107 | 53 |
| Binary | 100000 | 10111100 | 101101 | 1010011 | 0 | 1001100 | 11010 | 1111101 | 1000111 | 101011 |
Color Harmonies of #20BC2D
Complementary color
Monochromatic Colors of #20BC2D
Black with #20BC2D
Text Example
Text Example
White with #20BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC2D; }
p { color: rgb(32,188,45); }
H1.HeaderClassName
{
color: #20BC2D;
}
.AnyTagClassName
{
color: #20BC2D;
}
</style>
background-color css
<style>
a { background-color: #20BC2D; }
a { background-color: rgb(32,188,45); }
div.DivClassName
{
background-color: #20BC2D;
}
.BgClassName
{
background-color: #20BC2D;
}
</style>
border-color css
<style>
span { border-color: #20BC2D; }
span { border-color: rgb(32,188,45); }
td.TdClassName
{
border-color: #20BC2D;
}
.TagClassName
{
border-color: #20BC2D;
}
</style>