Shades of Lime Green #20C72F
Tints of Lime Green #20C72F
RGB
CMYK
RGB Variations
Color information
#20C72F (or 0x20C72F) is known color: Lime Green. HEX triplet: 20, C7 and 2F. RGB value is (32,199,47). Sum of RGB (Red+Green+Blue) = 32+199+47=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 199 (78.12% from 255 or 71.58% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 199 - color contains mainly: green. Hex color #20C72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C72F is #DF38D0. Grayscale: #848484. Windows color (decimal): -14629073 or 3131168. OLE color: 3131168.
HSL color Cylindrical-coordinate representation of color #20C72F: hue angle of 125.39º 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 #20C72F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 199 | 47 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.22 |
| HSL | 125.39º | 0.72% | 0.45% | - |
| HSV(B) | 125.39º | 0.84% | 0.78% | - |
| XYZ | 21.53 | 41.36 | 9.54 | - |
| YUV | 131.74 | 80.17 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 199 | 47 | 0.84 | 0 | 0.76 | 0.22 | 125.39 | 0.72 | 0.45 |
| Hex | 20 | C7 | 2F | 54 | 0 | 4C | 16 | 7D | 48 | 2D |
| Octal | 40 | 307 | 57 | 124 | 0 | 114 | 26 | 175 | 110 | 55 |
| Binary | 100000 | 11000111 | 101111 | 1010100 | 0 | 1001100 | 10110 | 1111101 | 1001000 | 101101 |
Color Harmonies of #20C72F
Complementary color
Monochromatic Colors of #20C72F
Black with #20C72F
Text Example
Text Example
White with #20C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C72F; }
p { color: rgb(32,199,47); }
H1.HeaderClassName
{
color: #20C72F;
}
.AnyTagClassName
{
color: #20C72F;
}
</style>
background-color css
<style>
a { background-color: #20C72F; }
a { background-color: rgb(32,199,47); }
div.DivClassName
{
background-color: #20C72F;
}
.BgClassName
{
background-color: #20C72F;
}
</style>
border-color css
<style>
span { border-color: #20C72F; }
span { border-color: rgb(32,199,47); }
td.TdClassName
{
border-color: #20C72F;
}
.TagClassName
{
border-color: #20C72F;
}
</style>