Shades of Lime Green #20C127
Tints of Lime Green #20C127
RGB
CMYK
RGB Variations
Color information
#20C127 (or 0x20C127) is known color: Lime Green. HEX triplet: 20, C1 and 27. RGB value is (32,193,39). Sum of RGB (Red+Green+Blue) = 32+193+39=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #20C127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C127 is #DF3ED8. Grayscale: #7F7F7F. Windows color (decimal): -14630617 or 2605344. OLE color: 2605344.
HSL color Cylindrical-coordinate representation of color #20C127: hue angle of 122.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C127 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 39 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.24 |
| HSL | 122.61º | 0.72% | 0.44% | - |
| HSV(B) | 122.61º | 0.83% | 0.76% | - |
| XYZ | 20.03 | 38.59 | 8.31 | - |
| YUV | 127.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 39 | 0.83 | 0 | 0.80 | 0.24 | 122.61 | 0.72 | 0.44 |
| Hex | 20 | C1 | 27 | 53 | 0 | 50 | 18 | 7B | 48 | 2C |
| Octal | 40 | 301 | 47 | 123 | 0 | 120 | 30 | 173 | 110 | 54 |
| Binary | 100000 | 11000001 | 100111 | 1010011 | 0 | 1010000 | 11000 | 1111011 | 1001000 | 101100 |
Color Harmonies of #20C127
Complementary color
Monochromatic Colors of #20C127
Black with #20C127
Text Example
Text Example
White with #20C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C127; }
p { color: rgb(32,193,39); }
H1.HeaderClassName
{
color: #20C127;
}
.AnyTagClassName
{
color: #20C127;
}
</style>
background-color css
<style>
a { background-color: #20C127; }
a { background-color: rgb(32,193,39); }
div.DivClassName
{
background-color: #20C127;
}
.BgClassName
{
background-color: #20C127;
}
</style>
border-color css
<style>
span { border-color: #20C127; }
span { border-color: rgb(32,193,39); }
td.TdClassName
{
border-color: #20C127;
}
.TagClassName
{
border-color: #20C127;
}
</style>