Shades of Lime Green #20AF30
Tints of Lime Green #20AF30
RGB
CMYK
RGB Variations
Color information
#20AF30 (or 0x20AF30) is known color: Lime Green. HEX triplet: 20, AF and 30. RGB value is (32,175,48). Sum of RGB (Red+Green+Blue) = 32+175+48=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF30 is #DF50CF. Grayscale: #767676. Windows color (decimal): -14635216 or 3190560. OLE color: 3190560.
HSL color Cylindrical-coordinate representation of color #20AF30: hue angle of 126.71º 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 #20AF30 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 48 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.31 |
| HSL | 126.71º | 0.69% | 0.41% | - |
| HSV(B) | 126.71º | 0.82% | 0.69% | - |
| XYZ | 16.46 | 31.18 | 7.95 | - |
| YUV | 117.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 48 | 0.82 | 0 | 0.73 | 0.31 | 126.71 | 0.69 | 0.41 |
| Hex | 20 | AF | 30 | 52 | 0 | 49 | 1F | 7F | 45 | 29 |
| Octal | 40 | 257 | 60 | 122 | 0 | 111 | 37 | 177 | 105 | 51 |
| Binary | 100000 | 10101111 | 110000 | 1010010 | 0 | 1001001 | 11111 | 1111111 | 1000101 | 101001 |
Color Harmonies of #20AF30
Complementary color
Monochromatic Colors of #20AF30
Black with #20AF30
Text Example
Text Example
White with #20AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF30; }
p { color: rgb(32,175,48); }
H1.HeaderClassName
{
color: #20AF30;
}
.AnyTagClassName
{
color: #20AF30;
}
</style>
background-color css
<style>
a { background-color: #20AF30; }
a { background-color: rgb(32,175,48); }
div.DivClassName
{
background-color: #20AF30;
}
.BgClassName
{
background-color: #20AF30;
}
</style>
border-color css
<style>
span { border-color: #20AF30; }
span { border-color: rgb(32,175,48); }
td.TdClassName
{
border-color: #20AF30;
}
.TagClassName
{
border-color: #20AF30;
}
</style>