Shades of Lime Green #20CD26
Tints of Lime Green #20CD26
RGB
CMYK
RGB Variations
Color information
#20CD26 (or 0x20CD26) is known color: Lime Green. HEX triplet: 20, CD and 26. RGB value is (32,205,38). Sum of RGB (Red+Green+Blue) = 32+205+38=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD26 is #DF32D9. Grayscale: #868686. Windows color (decimal): -14627546 or 2542880. OLE color: 2542880.
HSL color Cylindrical-coordinate representation of color #20CD26: hue angle of 122.08º 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 #20CD26 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.20 |
| HSL | 122.08º | 0.73% | 0.46% | - |
| HSV(B) | 122.08º | 0.84% | 0.8% | - |
| XYZ | 22.78 | 44.11 | 9.15 | - |
| YUV | 134.24 | 73.69 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 38 | 0.84 | 0 | 0.81 | 0.20 | 122.08 | 0.73 | 0.46 |
| Hex | 20 | CD | 26 | 54 | 0 | 51 | 14 | 7A | 49 | 2E |
| Octal | 40 | 315 | 46 | 124 | 0 | 121 | 24 | 172 | 111 | 56 |
| Binary | 100000 | 11001101 | 100110 | 1010100 | 0 | 1010001 | 10100 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20CD26
Complementary color
Monochromatic Colors of #20CD26
Black with #20CD26
Text Example
Text Example
White with #20CD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD26; }
p { color: rgb(32,205,38); }
H1.HeaderClassName
{
color: #20CD26;
}
.AnyTagClassName
{
color: #20CD26;
}
</style>
background-color css
<style>
a { background-color: #20CD26; }
a { background-color: rgb(32,205,38); }
div.DivClassName
{
background-color: #20CD26;
}
.BgClassName
{
background-color: #20CD26;
}
</style>
border-color css
<style>
span { border-color: #20CD26; }
span { border-color: rgb(32,205,38); }
td.TdClassName
{
border-color: #20CD26;
}
.TagClassName
{
border-color: #20CD26;
}
</style>