Shades of Lime Green #20C833
Tints of Lime Green #20C833
RGB
CMYK
RGB Variations
Color information
#20C833 (or 0x20C833) is known color: Lime Green. HEX triplet: 20, C8 and 33. RGB value is (32,200,51). Sum of RGB (Red+Green+Blue) = 32+200+51=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #20C833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C833 is #DF37CC. Grayscale: #858585. Windows color (decimal): -14628813 or 3393568. OLE color: 3393568.
HSL color Cylindrical-coordinate representation of color #20C833: hue angle of 126.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C833 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 51 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.22 |
| HSL | 126.79º | 0.72% | 0.45% | - |
| HSV(B) | 126.79º | 0.84% | 0.78% | - |
| XYZ | 21.85 | 41.85 | 10.06 | - |
| YUV | 132.78 | 81.84 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 51 | 0.84 | 0 | 0.74 | 0.22 | 126.79 | 0.72 | 0.45 |
| Hex | 20 | C8 | 33 | 54 | 0 | 4A | 16 | 7F | 48 | 2D |
| Octal | 40 | 310 | 63 | 124 | 0 | 112 | 26 | 177 | 110 | 55 |
| Binary | 100000 | 11001000 | 110011 | 1010100 | 0 | 1001010 | 10110 | 1111111 | 1001000 | 101101 |
Color Harmonies of #20C833
Complementary color
Monochromatic Colors of #20C833
Black with #20C833
Text Example
Text Example
White with #20C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C833; }
p { color: rgb(32,200,51); }
H1.HeaderClassName
{
color: #20C833;
}
.AnyTagClassName
{
color: #20C833;
}
</style>
background-color css
<style>
a { background-color: #20C833; }
a { background-color: rgb(32,200,51); }
div.DivClassName
{
background-color: #20C833;
}
.BgClassName
{
background-color: #20C833;
}
</style>
border-color css
<style>
span { border-color: #20C833; }
span { border-color: rgb(32,200,51); }
td.TdClassName
{
border-color: #20C833;
}
.TagClassName
{
border-color: #20C833;
}
</style>