Shades of Lime Green #20CF1C
Tints of Lime Green #20CF1C
RGB
CMYK
RGB Variations
Color information
#20CF1C (or 0x20CF1C) is known color: Lime Green. HEX triplet: 20, CF and 1C. RGB value is (32,207,28). Sum of RGB (Red+Green+Blue) = 32+207+28=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF1C is #DF30E3. Grayscale: #868686. Windows color (decimal): -14627044 or 1888032. OLE color: 1888032.
HSL color Cylindrical-coordinate representation of color #20CF1C: hue angle of 118.66º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CF1C is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 28 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.19 |
| HSL | 118.66º | 0.76% | 0.46% | - |
| HSV(B) | 118.66º | 0.86% | 0.81% | - |
| XYZ | 23.12 | 45.02 | 8.57 | - |
| YUV | 134.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 28 | 0.85 | 0 | 0.86 | 0.19 | 118.66 | 0.76 | 0.46 |
| Hex | 20 | CF | 1C | 55 | 0 | 56 | 13 | 77 | 4C | 2E |
| Octal | 40 | 317 | 34 | 125 | 0 | 126 | 23 | 167 | 114 | 56 |
| Binary | 100000 | 11001111 | 11100 | 1010101 | 0 | 1010110 | 10011 | 1110111 | 1001100 | 101110 |
Color Harmonies of #20CF1C
Complementary color
Monochromatic Colors of #20CF1C
Black with #20CF1C
Text Example
Text Example
White with #20CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF1C; }
p { color: rgb(32,207,28); }
H1.HeaderClassName
{
color: #20CF1C;
}
.AnyTagClassName
{
color: #20CF1C;
}
</style>
background-color css
<style>
a { background-color: #20CF1C; }
a { background-color: rgb(32,207,28); }
div.DivClassName
{
background-color: #20CF1C;
}
.BgClassName
{
background-color: #20CF1C;
}
</style>
border-color css
<style>
span { border-color: #20CF1C; }
span { border-color: rgb(32,207,28); }
td.TdClassName
{
border-color: #20CF1C;
}
.TagClassName
{
border-color: #20CF1C;
}
</style>