Shades of Lime Green #2AC02F
Tints of Lime Green #2AC02F
RGB
CMYK
RGB Variations
Color information
#2AC02F (or 0x2AC02F) is known color: Lime Green. HEX triplet: 2A, C0 and 2F. RGB value is (42,192,47). Sum of RGB (Red+Green+Blue) = 42+192+47=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC02F is #D53FD0. Grayscale: #838383. Windows color (decimal): -13975505 or 3129386. OLE color: 3129386.
HSL color Cylindrical-coordinate representation of color #2AC02F: hue angle of 122º 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 #2AC02F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 47 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.25 |
| HSL | 122º | 0.64% | 0.46% | - |
| HSV(B) | 122º | 0.78% | 0.75% | - |
| XYZ | 20.32 | 38.4 | 9.03 | - |
| YUV | 130.62 | 80.81 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 47 | 0.78 | 0 | 0.76 | 0.25 | 122 | 0.64 | 0.46 |
| Hex | 2A | C0 | 2F | 4E | 0 | 4C | 19 | 7A | 40 | 2E |
| Octal | 52 | 300 | 57 | 116 | 0 | 114 | 31 | 172 | 100 | 56 |
| Binary | 101010 | 11000000 | 101111 | 1001110 | 0 | 1001100 | 11001 | 1111010 | 1000000 | 101110 |
Color Harmonies of #2AC02F
Complementary color
Monochromatic Colors of #2AC02F
Black with #2AC02F
Text Example
Text Example
White with #2AC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC02F; }
p { color: rgb(42,192,47); }
H1.HeaderClassName
{
color: #2AC02F;
}
.AnyTagClassName
{
color: #2AC02F;
}
</style>
background-color css
<style>
a { background-color: #2AC02F; }
a { background-color: rgb(42,192,47); }
div.DivClassName
{
background-color: #2AC02F;
}
.BgClassName
{
background-color: #2AC02F;
}
</style>
border-color css
<style>
span { border-color: #2AC02F; }
span { border-color: rgb(42,192,47); }
td.TdClassName
{
border-color: #2AC02F;
}
.TagClassName
{
border-color: #2AC02F;
}
</style>