Shades of Lime Green #2AC027
Tints of Lime Green #2AC027
RGB
CMYK
RGB Variations
Color information
#2AC027 (or 0x2AC027) is known color: Lime Green. HEX triplet: 2A, C0 and 27. RGB value is (42,192,39). Sum of RGB (Red+Green+Blue) = 42+192+39=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC027 is #D53FD8. Grayscale: #828282. Windows color (decimal): -13975513 or 2605098. OLE color: 2605098.
HSL color Cylindrical-coordinate representation of color #2AC027: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AC027 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 39 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.25 |
| HSL | 118.82º | 0.66% | 0.45% | - |
| HSV(B) | 118.82º | 0.8% | 0.75% | - |
| XYZ | 20.17 | 38.34 | 8.26 | - |
| YUV | 129.71 | 76.81 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 39 | 0.78 | 0 | 0.80 | 0.25 | 118.82 | 0.66 | 0.45 |
| Hex | 2A | C0 | 27 | 4E | 0 | 50 | 19 | 77 | 42 | 2D |
| Octal | 52 | 300 | 47 | 116 | 0 | 120 | 31 | 167 | 102 | 55 |
| Binary | 101010 | 11000000 | 100111 | 1001110 | 0 | 1010000 | 11001 | 1110111 | 1000010 | 101101 |
Color Harmonies of #2AC027
Complementary color
Monochromatic Colors of #2AC027
Black with #2AC027
Text Example
Text Example
White with #2AC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC027; }
p { color: rgb(42,192,39); }
H1.HeaderClassName
{
color: #2AC027;
}
.AnyTagClassName
{
color: #2AC027;
}
</style>
background-color css
<style>
a { background-color: #2AC027; }
a { background-color: rgb(42,192,39); }
div.DivClassName
{
background-color: #2AC027;
}
.BgClassName
{
background-color: #2AC027;
}
</style>
border-color css
<style>
span { border-color: #2AC027; }
span { border-color: rgb(42,192,39); }
td.TdClassName
{
border-color: #2AC027;
}
.TagClassName
{
border-color: #2AC027;
}
</style>