Shades of Lime Green #2AC23A
Tints of Lime Green #2AC23A
RGB
CMYK
RGB Variations
Color information
#2AC23A (or 0x2AC23A) is known color: Lime Green. HEX triplet: 2A, C2 and 3A. RGB value is (42,194,58). Sum of RGB (Red+Green+Blue) = 42+194+58=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC23A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC23A is #D53DC5. Grayscale: #858585. Windows color (decimal): -13974982 or 3850794. OLE color: 3850794.
HSL color Cylindrical-coordinate representation of color #2AC23A: hue angle of 126.32º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC23A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 58 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.24 |
| HSL | 126.32º | 0.64% | 0.46% | - |
| HSV(B) | 126.32º | 0.78% | 0.76% | - |
| XYZ | 21.01 | 39.38 | 10.5 | - |
| YUV | 133.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 58 | 0.78 | 0 | 0.70 | 0.24 | 126.32 | 0.64 | 0.46 |
| Hex | 2A | C2 | 3A | 4E | 0 | 46 | 18 | 7E | 40 | 2E |
| Octal | 52 | 302 | 72 | 116 | 0 | 106 | 30 | 176 | 100 | 56 |
| Binary | 101010 | 11000010 | 111010 | 1001110 | 0 | 1000110 | 11000 | 1111110 | 1000000 | 101110 |
Color Harmonies of #2AC23A
Complementary color
Monochromatic Colors of #2AC23A
Black with #2AC23A
Text Example
Text Example
White with #2AC23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC23A; }
p { color: rgb(42,194,58); }
H1.HeaderClassName
{
color: #2AC23A;
}
.AnyTagClassName
{
color: #2AC23A;
}
</style>
background-color css
<style>
a { background-color: #2AC23A; }
a { background-color: rgb(42,194,58); }
div.DivClassName
{
background-color: #2AC23A;
}
.BgClassName
{
background-color: #2AC23A;
}
</style>
border-color css
<style>
span { border-color: #2AC23A; }
span { border-color: rgb(42,194,58); }
td.TdClassName
{
border-color: #2AC23A;
}
.TagClassName
{
border-color: #2AC23A;
}
</style>