Shades of Lime Green #2AC039
Tints of Lime Green #2AC039
RGB
CMYK
RGB Variations
Color information
#2AC039 (or 0x2AC039) is known color: Lime Green. HEX triplet: 2A, C0 and 39. RGB value is (42,192,57). Sum of RGB (Red+Green+Blue) = 42+192+57=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC039 is #D53FC6. Grayscale: #848484. Windows color (decimal): -13975495 or 3784746. OLE color: 3784746.
HSL color Cylindrical-coordinate representation of color #2AC039: hue angle of 126º 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 #2AC039 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 57 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.25 |
| HSL | 126º | 0.64% | 0.46% | - |
| HSV(B) | 126º | 0.78% | 0.75% | - |
| XYZ | 20.54 | 38.49 | 10.22 | - |
| YUV | 131.76 | 85.81 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 57 | 0.78 | 0 | 0.70 | 0.25 | 126 | 0.64 | 0.46 |
| Hex | 2A | C0 | 39 | 4E | 0 | 46 | 19 | 7E | 40 | 2E |
| Octal | 52 | 300 | 71 | 116 | 0 | 106 | 31 | 176 | 100 | 56 |
| Binary | 101010 | 11000000 | 111001 | 1001110 | 0 | 1000110 | 11001 | 1111110 | 1000000 | 101110 |
Color Harmonies of #2AC039
Complementary color
Monochromatic Colors of #2AC039
Black with #2AC039
Text Example
Text Example
White with #2AC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC039; }
p { color: rgb(42,192,57); }
H1.HeaderClassName
{
color: #2AC039;
}
.AnyTagClassName
{
color: #2AC039;
}
</style>
background-color css
<style>
a { background-color: #2AC039; }
a { background-color: rgb(42,192,57); }
div.DivClassName
{
background-color: #2AC039;
}
.BgClassName
{
background-color: #2AC039;
}
</style>
border-color css
<style>
span { border-color: #2AC039; }
span { border-color: rgb(42,192,57); }
td.TdClassName
{
border-color: #2AC039;
}
.TagClassName
{
border-color: #2AC039;
}
</style>