Shades of Lime Green #20E63D
Tints of Lime Green #20E63D
RGB
CMYK
RGB Variations
Color information
#20E63D (or 0x20E63D) is known color: Lime Green. HEX triplet: 20, E6 and 3D. RGB value is (32,230,61). Sum of RGB (Red+Green+Blue) = 32+230+61=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 230 (90.23% from 255 or 71.21% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 230 - color contains mainly: green. Hex color #20E63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E63D is #DF19C2. Grayscale: #989898. Windows color (decimal): -14621123 or 4056608. OLE color: 4056608.
HSL color Cylindrical-coordinate representation of color #20E63D: hue angle of 128.79º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E63D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 61 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.10 |
| HSL | 128.79º | 0.8% | 0.51% | - |
| HSV(B) | 128.79º | 0.86% | 0.9% | - |
| XYZ | 29.73 | 57.24 | 13.9 | - |
| YUV | 151.53 | 76.9 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 61 | 0.86 | 0 | 0.73 | 0.10 | 128.79 | 0.8 | 0.51 |
| Hex | 20 | E6 | 3D | 56 | 0 | 49 | A | 81 | 50 | 33 |
| Octal | 40 | 346 | 75 | 126 | 0 | 111 | 12 | 201 | 120 | 63 |
| Binary | 100000 | 11100110 | 111101 | 1010110 | 0 | 1001001 | 1010 | 10000001 | 1010000 | 110011 |
Color Harmonies of #20E63D
Complementary color
Monochromatic Colors of #20E63D
Black with #20E63D
Text Example
Text Example
White with #20E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E63D; }
p { color: rgb(32,230,61); }
H1.HeaderClassName
{
color: #20E63D;
}
.AnyTagClassName
{
color: #20E63D;
}
</style>
background-color css
<style>
a { background-color: #20E63D; }
a { background-color: rgb(32,230,61); }
div.DivClassName
{
background-color: #20E63D;
}
.BgClassName
{
background-color: #20E63D;
}
</style>
border-color css
<style>
span { border-color: #20E63D; }
span { border-color: rgb(32,230,61); }
td.TdClassName
{
border-color: #20E63D;
}
.TagClassName
{
border-color: #20E63D;
}
</style>