Shades of Lime Green #20DF34
Tints of Lime Green #20DF34
RGB
CMYK
RGB Variations
Color information
#20DF34 (or 0x20DF34) is known color: Lime Green. HEX triplet: 20, DF and 34. RGB value is (32,223,52). Sum of RGB (Red+Green+Blue) = 32+223+52=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF34 is #DF20CB. Grayscale: #929292. Windows color (decimal): -14622924 or 3464992. OLE color: 3464992.
HSL color Cylindrical-coordinate representation of color #20DF34: hue angle of 126.28º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF34 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 223 | 52 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.13 |
| HSL | 126.28º | 0.75% | 0.5% | - |
| HSV(B) | 126.28º | 0.86% | 0.87% | - |
| XYZ | 27.6 | 53.33 | 12.09 | - |
| YUV | 146.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 52 | 0.86 | 0 | 0.77 | 0.13 | 126.28 | 0.75 | 0.5 |
| Hex | 20 | DF | 34 | 56 | 0 | 4D | D | 7E | 4B | 32 |
| Octal | 40 | 337 | 64 | 126 | 0 | 115 | 15 | 176 | 113 | 62 |
| Binary | 100000 | 11011111 | 110100 | 1010110 | 0 | 1001101 | 1101 | 1111110 | 1001011 | 110010 |
Color Harmonies of #20DF34
Complementary color
Monochromatic Colors of #20DF34
Black with #20DF34
Text Example
Text Example
White with #20DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DF34; }
p { color: rgb(32,223,52); }
H1.HeaderClassName
{
color: #20DF34;
}
.AnyTagClassName
{
color: #20DF34;
}
</style>
background-color css
<style>
a { background-color: #20DF34; }
a { background-color: rgb(32,223,52); }
div.DivClassName
{
background-color: #20DF34;
}
.BgClassName
{
background-color: #20DF34;
}
</style>
border-color css
<style>
span { border-color: #20DF34; }
span { border-color: rgb(32,223,52); }
td.TdClassName
{
border-color: #20DF34;
}
.TagClassName
{
border-color: #20DF34;
}
</style>