Shades of Lime Green #20CD2A
Tints of Lime Green #20CD2A
RGB
CMYK
RGB Variations
Color information
#20CD2A (or 0x20CD2A) is known color: Lime Green. HEX triplet: 20, CD and 2A. RGB value is (32,205,42). Sum of RGB (Red+Green+Blue) = 32+205+42=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD2A is #DF32D5. Grayscale: #878787. Windows color (decimal): -14627542 or 2805024. OLE color: 2805024.
HSL color Cylindrical-coordinate representation of color #20CD2A: hue angle of 123.47º 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 #20CD2A is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 42 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.20 |
| HSL | 123.47º | 0.73% | 0.46% | - |
| HSV(B) | 123.47º | 0.84% | 0.8% | - |
| XYZ | 22.84 | 44.14 | 9.51 | - |
| YUV | 134.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 42 | 0.84 | 0 | 0.80 | 0.20 | 123.47 | 0.73 | 0.46 |
| Hex | 20 | CD | 2A | 54 | 0 | 50 | 14 | 7B | 49 | 2E |
| Octal | 40 | 315 | 52 | 124 | 0 | 120 | 24 | 173 | 111 | 56 |
| Binary | 100000 | 11001101 | 101010 | 1010100 | 0 | 1010000 | 10100 | 1111011 | 1001001 | 101110 |
Color Harmonies of #20CD2A
Complementary color
Monochromatic Colors of #20CD2A
Black with #20CD2A
Text Example
Text Example
White with #20CD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD2A; }
p { color: rgb(32,205,42); }
H1.HeaderClassName
{
color: #20CD2A;
}
.AnyTagClassName
{
color: #20CD2A;
}
</style>
background-color css
<style>
a { background-color: #20CD2A; }
a { background-color: rgb(32,205,42); }
div.DivClassName
{
background-color: #20CD2A;
}
.BgClassName
{
background-color: #20CD2A;
}
</style>
border-color css
<style>
span { border-color: #20CD2A; }
span { border-color: rgb(32,205,42); }
td.TdClassName
{
border-color: #20CD2A;
}
.TagClassName
{
border-color: #20CD2A;
}
</style>