Shades of Lime Green #20AF2C
Tints of Lime Green #20AF2C
RGB
CMYK
RGB Variations
Color information
#20AF2C (or 0x20AF2C) is known color: Lime Green. HEX triplet: 20, AF and 2C. RGB value is (32,175,44). Sum of RGB (Red+Green+Blue) = 32+175+44=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF2C is #DF50D3. Grayscale: #757575. Windows color (decimal): -14635220 or 2928416. OLE color: 2928416.
HSL color Cylindrical-coordinate representation of color #20AF2C: hue angle of 125.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF2C is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 44 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.31 |
| HSL | 125.04º | 0.69% | 0.41% | - |
| HSV(B) | 125.04º | 0.82% | 0.69% | - |
| XYZ | 16.38 | 31.15 | 7.53 | - |
| YUV | 117.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 44 | 0.82 | 0 | 0.75 | 0.31 | 125.04 | 0.69 | 0.41 |
| Hex | 20 | AF | 2C | 52 | 0 | 4B | 1F | 7D | 45 | 29 |
| Octal | 40 | 257 | 54 | 122 | 0 | 113 | 37 | 175 | 105 | 51 |
| Binary | 100000 | 10101111 | 101100 | 1010010 | 0 | 1001011 | 11111 | 1111101 | 1000101 | 101001 |
Color Harmonies of #20AF2C
Complementary color
Monochromatic Colors of #20AF2C
Black with #20AF2C
Text Example
Text Example
White with #20AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF2C; }
p { color: rgb(32,175,44); }
H1.HeaderClassName
{
color: #20AF2C;
}
.AnyTagClassName
{
color: #20AF2C;
}
</style>
background-color css
<style>
a { background-color: #20AF2C; }
a { background-color: rgb(32,175,44); }
div.DivClassName
{
background-color: #20AF2C;
}
.BgClassName
{
background-color: #20AF2C;
}
</style>
border-color css
<style>
span { border-color: #20AF2C; }
span { border-color: rgb(32,175,44); }
td.TdClassName
{
border-color: #20AF2C;
}
.TagClassName
{
border-color: #20AF2C;
}
</style>