Shades of Lime Green #20CD25
Tints of Lime Green #20CD25
RGB
CMYK
RGB Variations
Color information
#20CD25 (or 0x20CD25) is known color: Lime Green. HEX triplet: 20, CD and 25. RGB value is (32,205,37). Sum of RGB (Red+Green+Blue) = 32+205+37=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 205 (80.47% from 255 or 74.82% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD25 is #DF32DA. Grayscale: #868686. Windows color (decimal): -14627547 or 2477344. OLE color: 2477344.
HSL color Cylindrical-coordinate representation of color #20CD25: hue angle of 121.73º 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 #20CD25 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 37 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.20 |
| HSL | 121.73º | 0.73% | 0.46% | - |
| HSV(B) | 121.73º | 0.84% | 0.8% | - |
| XYZ | 22.76 | 44.1 | 9.06 | - |
| YUV | 134.12 | 73.19 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 37 | 0.84 | 0 | 0.82 | 0.20 | 121.73 | 0.73 | 0.46 |
| Hex | 20 | CD | 25 | 54 | 0 | 52 | 14 | 7A | 49 | 2E |
| Octal | 40 | 315 | 45 | 124 | 0 | 122 | 24 | 172 | 111 | 56 |
| Binary | 100000 | 11001101 | 100101 | 1010100 | 0 | 1010010 | 10100 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20CD25
Complementary color
Monochromatic Colors of #20CD25
Black with #20CD25
Text Example
Text Example
White with #20CD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD25; }
p { color: rgb(32,205,37); }
H1.HeaderClassName
{
color: #20CD25;
}
.AnyTagClassName
{
color: #20CD25;
}
</style>
background-color css
<style>
a { background-color: #20CD25; }
a { background-color: rgb(32,205,37); }
div.DivClassName
{
background-color: #20CD25;
}
.BgClassName
{
background-color: #20CD25;
}
</style>
border-color css
<style>
span { border-color: #20CD25; }
span { border-color: rgb(32,205,37); }
td.TdClassName
{
border-color: #20CD25;
}
.TagClassName
{
border-color: #20CD25;
}
</style>