Shades of Lime Green #2AC017
Tints of Lime Green #2AC017
RGB
CMYK
RGB Variations
Color information
#2AC017 (or 0x2AC017) is known color: Lime Green. HEX triplet: 2A, C0 and 17. RGB value is (42,192,23). Sum of RGB (Red+Green+Blue) = 42+192+23=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC017 is #D53FE8. Grayscale: #808080. Windows color (decimal): -13975529 or 1556522. OLE color: 1556522.
HSL color Cylindrical-coordinate representation of color #2AC017: hue angle of 113.25º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AC017 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 23 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.25 |
| HSL | 113.25º | 0.79% | 0.42% | - |
| HSV(B) | 113.25º | 0.88% | 0.75% | - |
| XYZ | 19.96 | 38.25 | 7.14 | - |
| YUV | 127.88 | 68.81 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 23 | 0.78 | 0 | 0.88 | 0.25 | 113.25 | 0.79 | 0.42 |
| Hex | 2A | C0 | 17 | 4E | 0 | 58 | 19 | 71 | 4F | 2A |
| Octal | 52 | 300 | 27 | 116 | 0 | 130 | 31 | 161 | 117 | 52 |
| Binary | 101010 | 11000000 | 10111 | 1001110 | 0 | 1011000 | 11001 | 1110001 | 1001111 | 101010 |
Color Harmonies of #2AC017
Complementary color
Monochromatic Colors of #2AC017
Black with #2AC017
Text Example
Text Example
White with #2AC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC017; }
p { color: rgb(42,192,23); }
H1.HeaderClassName
{
color: #2AC017;
}
.AnyTagClassName
{
color: #2AC017;
}
</style>
background-color css
<style>
a { background-color: #2AC017; }
a { background-color: rgb(42,192,23); }
div.DivClassName
{
background-color: #2AC017;
}
.BgClassName
{
background-color: #2AC017;
}
</style>
border-color css
<style>
span { border-color: #2AC017; }
span { border-color: rgb(42,192,23); }
td.TdClassName
{
border-color: #2AC017;
}
.TagClassName
{
border-color: #2AC017;
}
</style>