Shades of Lime Green #2AC227
Tints of Lime Green #2AC227
RGB
CMYK
RGB Variations
Color information
#2AC227 (or 0x2AC227) is known color: Lime Green. HEX triplet: 2A, C2 and 27. RGB value is (42,194,39). Sum of RGB (Red+Green+Blue) = 42+194+39=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC227 is #D53DD8. Grayscale: #838383. Windows color (decimal): -13975001 or 2605610. OLE color: 2605610.
HSL color Cylindrical-coordinate representation of color #2AC227: hue angle of 118.84º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC227 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 39 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.24 |
| HSL | 118.84º | 0.67% | 0.46% | - |
| HSV(B) | 118.84º | 0.8% | 0.76% | - |
| XYZ | 20.61 | 39.22 | 8.4 | - |
| YUV | 130.88 | 76.14 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 39 | 0.78 | 0 | 0.80 | 0.24 | 118.84 | 0.67 | 0.46 |
| Hex | 2A | C2 | 27 | 4E | 0 | 50 | 18 | 77 | 43 | 2E |
| Octal | 52 | 302 | 47 | 116 | 0 | 120 | 30 | 167 | 103 | 56 |
| Binary | 101010 | 11000010 | 100111 | 1001110 | 0 | 1010000 | 11000 | 1110111 | 1000011 | 101110 |
Color Harmonies of #2AC227
Complementary color
Monochromatic Colors of #2AC227
Black with #2AC227
Text Example
Text Example
White with #2AC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC227; }
p { color: rgb(42,194,39); }
H1.HeaderClassName
{
color: #2AC227;
}
.AnyTagClassName
{
color: #2AC227;
}
</style>
background-color css
<style>
a { background-color: #2AC227; }
a { background-color: rgb(42,194,39); }
div.DivClassName
{
background-color: #2AC227;
}
.BgClassName
{
background-color: #2AC227;
}
</style>
border-color css
<style>
span { border-color: #2AC227; }
span { border-color: rgb(42,194,39); }
td.TdClassName
{
border-color: #2AC227;
}
.TagClassName
{
border-color: #2AC227;
}
</style>