Shades of Lime Green #20E73C
Tints of Lime Green #20E73C
RGB
CMYK
RGB Variations
Color information
#20E73C (or 0x20E73C) is known color: Lime Green. HEX triplet: 20, E7 and 3C. RGB value is (32,231,60). Sum of RGB (Red+Green+Blue) = 32+231+60=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #20E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E73C is #DF18C3. Grayscale: #989898. Windows color (decimal): -14620868 or 3991328. OLE color: 3991328.
HSL color Cylindrical-coordinate representation of color #20E73C: hue angle of 128.44º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E73C is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 60 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.09 |
| HSL | 128.44º | 0.81% | 0.52% | - |
| HSV(B) | 128.44º | 0.86% | 0.91% | - |
| XYZ | 29.99 | 57.79 | 13.85 | - |
| YUV | 152.01 | 76.07 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 60 | 0.86 | 0 | 0.74 | 0.09 | 128.44 | 0.81 | 0.52 |
| Hex | 20 | E7 | 3C | 56 | 0 | 4A | 9 | 80 | 51 | 34 |
| Octal | 40 | 347 | 74 | 126 | 0 | 112 | 11 | 200 | 121 | 64 |
| Binary | 100000 | 11100111 | 111100 | 1010110 | 0 | 1001010 | 1001 | 10000000 | 1010001 | 110100 |
Color Harmonies of #20E73C
Complementary color
Monochromatic Colors of #20E73C
Black with #20E73C
Text Example
Text Example
White with #20E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E73C; }
p { color: rgb(32,231,60); }
H1.HeaderClassName
{
color: #20E73C;
}
.AnyTagClassName
{
color: #20E73C;
}
</style>
background-color css
<style>
a { background-color: #20E73C; }
a { background-color: rgb(32,231,60); }
div.DivClassName
{
background-color: #20E73C;
}
.BgClassName
{
background-color: #20E73C;
}
</style>
border-color css
<style>
span { border-color: #20E73C; }
span { border-color: rgb(32,231,60); }
td.TdClassName
{
border-color: #20E73C;
}
.TagClassName
{
border-color: #20E73C;
}
</style>