Shades of Lime Green #2AB63C
Tints of Lime Green #2AB63C
RGB
CMYK
RGB Variations
Color information
#2AB63C (or 0x2AB63C) is known color: Lime Green. HEX triplet: 2A, B6 and 3C. RGB value is (42,182,60). Sum of RGB (Red+Green+Blue) = 42+182+60=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 182 (71.48% from 255 or 64.08% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB63C is #D549C3. Grayscale: #7E7E7E. Windows color (decimal): -13978052 or 3978794. OLE color: 3978794.
HSL color Cylindrical-coordinate representation of color #2AB63C: hue angle of 127.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB63C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 60 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.29 |
| HSL | 127.71º | 0.63% | 0.44% | - |
| HSV(B) | 127.71º | 0.77% | 0.71% | - |
| XYZ | 18.5 | 34.27 | 9.92 | - |
| YUV | 126.23 | 90.62 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 60 | 0.77 | 0 | 0.67 | 0.29 | 127.71 | 0.63 | 0.44 |
| Hex | 2A | B6 | 3C | 4D | 0 | 43 | 1D | 80 | 3E | 2C |
| Octal | 52 | 266 | 74 | 115 | 0 | 103 | 35 | 200 | 76 | 54 |
| Binary | 101010 | 10110110 | 111100 | 1001101 | 0 | 1000011 | 11101 | 10000000 | 111110 | 101100 |
Color Harmonies of #2AB63C
Complementary color
Monochromatic Colors of #2AB63C
Black with #2AB63C
Text Example
Text Example
White with #2AB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB63C; }
p { color: rgb(42,182,60); }
H1.HeaderClassName
{
color: #2AB63C;
}
.AnyTagClassName
{
color: #2AB63C;
}
</style>
background-color css
<style>
a { background-color: #2AB63C; }
a { background-color: rgb(42,182,60); }
div.DivClassName
{
background-color: #2AB63C;
}
.BgClassName
{
background-color: #2AB63C;
}
</style>
border-color css
<style>
span { border-color: #2AB63C; }
span { border-color: rgb(42,182,60); }
td.TdClassName
{
border-color: #2AB63C;
}
.TagClassName
{
border-color: #2AB63C;
}
</style>