Shades of Lime Green #20C838
Tints of Lime Green #20C838
RGB
CMYK
RGB Variations
Color information
#20C838 (or 0x20C838) is known color: Lime Green. HEX triplet: 20, C8 and 38. RGB value is (32,200,56). Sum of RGB (Red+Green+Blue) = 32+200+56=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 200 (78.52% from 255 or 69.44% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 200 - color contains mainly: green. Hex color #20C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C838 is #DF37C7. Grayscale: #858585. Windows color (decimal): -14628808 or 3721248. OLE color: 3721248.
HSL color Cylindrical-coordinate representation of color #20C838: hue angle of 128.57º 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 #20C838 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 56 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.22 |
| HSL | 128.57º | 0.72% | 0.45% | - |
| HSV(B) | 128.57º | 0.84% | 0.78% | - |
| XYZ | 21.96 | 41.9 | 10.67 | - |
| YUV | 133.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 56 | 0.84 | 0 | 0.72 | 0.22 | 128.57 | 0.72 | 0.45 |
| Hex | 20 | C8 | 38 | 54 | 0 | 48 | 16 | 81 | 48 | 2D |
| Octal | 40 | 310 | 70 | 124 | 0 | 110 | 26 | 201 | 110 | 55 |
| Binary | 100000 | 11001000 | 111000 | 1010100 | 0 | 1001000 | 10110 | 10000001 | 1001000 | 101101 |
Color Harmonies of #20C838
Complementary color
Monochromatic Colors of #20C838
Black with #20C838
Text Example
Text Example
White with #20C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C838; }
p { color: rgb(32,200,56); }
H1.HeaderClassName
{
color: #20C838;
}
.AnyTagClassName
{
color: #20C838;
}
</style>
background-color css
<style>
a { background-color: #20C838; }
a { background-color: rgb(32,200,56); }
div.DivClassName
{
background-color: #20C838;
}
.BgClassName
{
background-color: #20C838;
}
</style>
border-color css
<style>
span { border-color: #20C838; }
span { border-color: rgb(32,200,56); }
td.TdClassName
{
border-color: #20C838;
}
.TagClassName
{
border-color: #20C838;
}
</style>