Shades of Lime Green #2AB020
Tints of Lime Green #2AB020
RGB
CMYK
RGB Variations
Color information
#2AB020 (or 0x2AB020) is known color: Lime Green. HEX triplet: 2A, B0 and 20. RGB value is (42,176,32). Sum of RGB (Red+Green+Blue) = 42+176+32=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB020 is #D54FDF. Grayscale: #777777. Windows color (decimal): -13979616 or 2142250. OLE color: 2142250.
HSL color Cylindrical-coordinate representation of color #2AB020: hue angle of 115.83º 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 #2AB020 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 32 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.31 |
| HSL | 115.83º | 0.69% | 0.41% | - |
| HSV(B) | 115.83º | 0.82% | 0.69% | - |
| XYZ | 16.74 | 31.65 | 6.59 | - |
| YUV | 119.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 32 | 0.76 | 0 | 0.82 | 0.31 | 115.83 | 0.69 | 0.41 |
| Hex | 2A | B0 | 20 | 4C | 0 | 52 | 1F | 74 | 45 | 29 |
| Octal | 52 | 260 | 40 | 114 | 0 | 122 | 37 | 164 | 105 | 51 |
| Binary | 101010 | 10110000 | 100000 | 1001100 | 0 | 1010010 | 11111 | 1110100 | 1000101 | 101001 |
Color Harmonies of #2AB020
Complementary color
Monochromatic Colors of #2AB020
Black with #2AB020
Text Example
Text Example
White with #2AB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB020; }
p { color: rgb(42,176,32); }
H1.HeaderClassName
{
color: #2AB020;
}
.AnyTagClassName
{
color: #2AB020;
}
</style>
background-color css
<style>
a { background-color: #2AB020; }
a { background-color: rgb(42,176,32); }
div.DivClassName
{
background-color: #2AB020;
}
.BgClassName
{
background-color: #2AB020;
}
</style>
border-color css
<style>
span { border-color: #2AB020; }
span { border-color: rgb(42,176,32); }
td.TdClassName
{
border-color: #2AB020;
}
.TagClassName
{
border-color: #2AB020;
}
</style>