Shades of Lime Green #2AC02C
Tints of Lime Green #2AC02C
RGB
CMYK
RGB Variations
Color information
#2AC02C (or 0x2AC02C) is known color: Lime Green. HEX triplet: 2A, C0 and 2C. RGB value is (42,192,44). Sum of RGB (Red+Green+Blue) = 42+192+44=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC02C is #D53FD3. Grayscale: #828282. Windows color (decimal): -13975508 or 2932778. OLE color: 2932778.
HSL color Cylindrical-coordinate representation of color #2AC02C: hue angle of 120.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC02C is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 44 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.25 |
| HSL | 120.8º | 0.64% | 0.46% | - |
| HSV(B) | 120.8º | 0.78% | 0.75% | - |
| XYZ | 20.26 | 38.37 | 8.72 | - |
| YUV | 130.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 44 | 0.78 | 0 | 0.77 | 0.25 | 120.8 | 0.64 | 0.46 |
| Hex | 2A | C0 | 2C | 4E | 0 | 4D | 19 | 79 | 40 | 2E |
| Octal | 52 | 300 | 54 | 116 | 0 | 115 | 31 | 171 | 100 | 56 |
| Binary | 101010 | 11000000 | 101100 | 1001110 | 0 | 1001101 | 11001 | 1111001 | 1000000 | 101110 |
Color Harmonies of #2AC02C
Complementary color
Monochromatic Colors of #2AC02C
Black with #2AC02C
Text Example
Text Example
White with #2AC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC02C; }
p { color: rgb(42,192,44); }
H1.HeaderClassName
{
color: #2AC02C;
}
.AnyTagClassName
{
color: #2AC02C;
}
</style>
background-color css
<style>
a { background-color: #2AC02C; }
a { background-color: rgb(42,192,44); }
div.DivClassName
{
background-color: #2AC02C;
}
.BgClassName
{
background-color: #2AC02C;
}
</style>
border-color css
<style>
span { border-color: #2AC02C; }
span { border-color: rgb(42,192,44); }
td.TdClassName
{
border-color: #2AC02C;
}
.TagClassName
{
border-color: #2AC02C;
}
</style>