Shades of Lime Green #20C627
Tints of Lime Green #20C627
RGB
CMYK
RGB Variations
Color information
#20C627 (or 0x20C627) is known color: Lime Green. HEX triplet: 20, C6 and 27. RGB value is (32,198,39). Sum of RGB (Red+Green+Blue) = 32+198+39=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #20C627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C627 is #DF39D8. Grayscale: #828282. Windows color (decimal): -14629337 or 2606624. OLE color: 2606624.
HSL color Cylindrical-coordinate representation of color #20C627: hue angle of 122.53º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C627 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 39 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.22 |
| HSL | 122.53º | 0.72% | 0.45% | - |
| HSV(B) | 122.53º | 0.84% | 0.78% | - |
| XYZ | 21.16 | 40.84 | 8.69 | - |
| YUV | 130.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 39 | 0.84 | 0 | 0.80 | 0.22 | 122.53 | 0.72 | 0.45 |
| Hex | 20 | C6 | 27 | 54 | 0 | 50 | 16 | 7B | 48 | 2D |
| Octal | 40 | 306 | 47 | 124 | 0 | 120 | 26 | 173 | 110 | 55 |
| Binary | 100000 | 11000110 | 100111 | 1010100 | 0 | 1010000 | 10110 | 1111011 | 1001000 | 101101 |
Color Harmonies of #20C627
Complementary color
Monochromatic Colors of #20C627
Black with #20C627
Text Example
Text Example
White with #20C627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C627; }
p { color: rgb(32,198,39); }
H1.HeaderClassName
{
color: #20C627;
}
.AnyTagClassName
{
color: #20C627;
}
</style>
background-color css
<style>
a { background-color: #20C627; }
a { background-color: rgb(32,198,39); }
div.DivClassName
{
background-color: #20C627;
}
.BgClassName
{
background-color: #20C627;
}
</style>
border-color css
<style>
span { border-color: #20C627; }
span { border-color: rgb(32,198,39); }
td.TdClassName
{
border-color: #20C627;
}
.TagClassName
{
border-color: #20C627;
}
</style>