Shades of Lime Green #20B41C
Tints of Lime Green #20B41C
RGB
CMYK
RGB Variations
Color information
#20B41C (or 0x20B41C) is known color: Lime Green. HEX triplet: 20, B4 and 1C. RGB value is (32,180,28). Sum of RGB (Red+Green+Blue) = 32+180+28=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #20B41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B41C is #DF4BE3. Grayscale: #767676. Windows color (decimal): -14633956 or 1881120. OLE color: 1881120.
HSL color Cylindrical-coordinate representation of color #20B41C: hue angle of 118.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B41C is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 28 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.29 |
| HSL | 118.42º | 0.73% | 0.41% | - |
| HSV(B) | 118.42º | 0.84% | 0.71% | - |
| XYZ | 17.13 | 33.03 | 6.57 | - |
| YUV | 118.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 28 | 0.82 | 0 | 0.84 | 0.29 | 118.42 | 0.73 | 0.41 |
| Hex | 20 | B4 | 1C | 52 | 0 | 54 | 1D | 76 | 49 | 29 |
| Octal | 40 | 264 | 34 | 122 | 0 | 124 | 35 | 166 | 111 | 51 |
| Binary | 100000 | 10110100 | 11100 | 1010010 | 0 | 1010100 | 11101 | 1110110 | 1001001 | 101001 |
Color Harmonies of #20B41C
Complementary color
Monochromatic Colors of #20B41C
Black with #20B41C
Text Example
Text Example
White with #20B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B41C; }
p { color: rgb(32,180,28); }
H1.HeaderClassName
{
color: #20B41C;
}
.AnyTagClassName
{
color: #20B41C;
}
</style>
background-color css
<style>
a { background-color: #20B41C; }
a { background-color: rgb(32,180,28); }
div.DivClassName
{
background-color: #20B41C;
}
.BgClassName
{
background-color: #20B41C;
}
</style>
border-color css
<style>
span { border-color: #20B41C; }
span { border-color: rgb(32,180,28); }
td.TdClassName
{
border-color: #20B41C;
}
.TagClassName
{
border-color: #20B41C;
}
</style>