Shades of Lime Green #2AC23C
Tints of Lime Green #2AC23C
RGB
CMYK
RGB Variations
Color information
#2AC23C (or 0x2AC23C) is known color: Lime Green. HEX triplet: 2A, C2 and 3C. RGB value is (42,194,60). Sum of RGB (Red+Green+Blue) = 42+194+60=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC23C is #D53DC3. Grayscale: #858585. Windows color (decimal): -13974980 or 3981866. OLE color: 3981866.
HSL color Cylindrical-coordinate representation of color #2AC23C: hue angle of 127.11º 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 #2AC23C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 60 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.24 |
| HSL | 127.11º | 0.64% | 0.46% | - |
| HSV(B) | 127.11º | 0.78% | 0.76% | - |
| XYZ | 21.06 | 39.4 | 10.77 | - |
| YUV | 133.28 | 86.64 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 60 | 0.78 | 0 | 0.69 | 0.24 | 127.11 | 0.64 | 0.46 |
| Hex | 2A | C2 | 3C | 4E | 0 | 45 | 18 | 7F | 40 | 2E |
| Octal | 52 | 302 | 74 | 116 | 0 | 105 | 30 | 177 | 100 | 56 |
| Binary | 101010 | 11000010 | 111100 | 1001110 | 0 | 1000101 | 11000 | 1111111 | 1000000 | 101110 |
Color Harmonies of #2AC23C
Complementary color
Monochromatic Colors of #2AC23C
Black with #2AC23C
Text Example
Text Example
White with #2AC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC23C; }
p { color: rgb(42,194,60); }
H1.HeaderClassName
{
color: #2AC23C;
}
.AnyTagClassName
{
color: #2AC23C;
}
</style>
background-color css
<style>
a { background-color: #2AC23C; }
a { background-color: rgb(42,194,60); }
div.DivClassName
{
background-color: #2AC23C;
}
.BgClassName
{
background-color: #2AC23C;
}
</style>
border-color css
<style>
span { border-color: #2AC23C; }
span { border-color: rgb(42,194,60); }
td.TdClassName
{
border-color: #2AC23C;
}
.TagClassName
{
border-color: #2AC23C;
}
</style>