Shades of Lime Green #20CB21
Tints of Lime Green #20CB21
RGB
CMYK
RGB Variations
Color information
#20CB21 (or 0x20CB21) is known color: Lime Green. HEX triplet: 20, CB and 21. RGB value is (32,203,33). Sum of RGB (Red+Green+Blue) = 32+203+33=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB21 is #DF34DE. Grayscale: #858585. Windows color (decimal): -14628063 or 2214688. OLE color: 2214688.
HSL color Cylindrical-coordinate representation of color #20CB21: hue angle of 120.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB21 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 33 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.20 |
| HSL | 120.35º | 0.73% | 0.46% | - |
| HSV(B) | 120.35º | 0.84% | 0.8% | - |
| XYZ | 22.23 | 43.13 | 8.59 | - |
| YUV | 132.49 | 71.85 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 33 | 0.84 | 0 | 0.84 | 0.20 | 120.35 | 0.73 | 0.46 |
| Hex | 20 | CB | 21 | 54 | 0 | 54 | 14 | 78 | 49 | 2E |
| Octal | 40 | 313 | 41 | 124 | 0 | 124 | 24 | 170 | 111 | 56 |
| Binary | 100000 | 11001011 | 100001 | 1010100 | 0 | 1010100 | 10100 | 1111000 | 1001001 | 101110 |
Color Harmonies of #20CB21
Complementary color
Monochromatic Colors of #20CB21
Black with #20CB21
Text Example
Text Example
White with #20CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB21; }
p { color: rgb(32,203,33); }
H1.HeaderClassName
{
color: #20CB21;
}
.AnyTagClassName
{
color: #20CB21;
}
</style>
background-color css
<style>
a { background-color: #20CB21; }
a { background-color: rgb(32,203,33); }
div.DivClassName
{
background-color: #20CB21;
}
.BgClassName
{
background-color: #20CB21;
}
</style>
border-color css
<style>
span { border-color: #20CB21; }
span { border-color: rgb(32,203,33); }
td.TdClassName
{
border-color: #20CB21;
}
.TagClassName
{
border-color: #20CB21;
}
</style>