Shades of Lime Green #2ACC27
Tints of Lime Green #2ACC27
RGB
CMYK
RGB Variations
Color information
#2ACC27 (or 0x2ACC27) is known color: Lime Green. HEX triplet: 2A, CC and 27. RGB value is (42,204,39). Sum of RGB (Red+Green+Blue) = 42+204+39=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC27 is #D533D8. Grayscale: #898989. Windows color (decimal): -13972441 or 2608170. OLE color: 2608170.
HSL color Cylindrical-coordinate representation of color #2ACC27: hue angle of 118.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACC27 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 39 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.2 |
| HSL | 118.91º | 0.68% | 0.48% | - |
| HSV(B) | 118.91º | 0.81% | 0.8% | - |
| XYZ | 22.91 | 43.82 | 9.17 | - |
| YUV | 136.75 | 72.83 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 39 | 0.79 | 0 | 0.81 | 0.2 | 118.91 | 0.68 | 0.48 |
| Hex | 2A | CC | 27 | 4F | 0 | 51 | 14 | 77 | 44 | 30 |
| Octal | 52 | 314 | 47 | 117 | 0 | 121 | 24 | 167 | 104 | 60 |
| Binary | 101010 | 11001100 | 100111 | 1001111 | 0 | 1010001 | 10100 | 1110111 | 1000100 | 110000 |
Color Harmonies of #2ACC27
Complementary color
Monochromatic Colors of #2ACC27
Black with #2ACC27
Text Example
Text Example
White with #2ACC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC27; }
p { color: rgb(42,204,39); }
H1.HeaderClassName
{
color: #2ACC27;
}
.AnyTagClassName
{
color: #2ACC27;
}
</style>
background-color css
<style>
a { background-color: #2ACC27; }
a { background-color: rgb(42,204,39); }
div.DivClassName
{
background-color: #2ACC27;
}
.BgClassName
{
background-color: #2ACC27;
}
</style>
border-color css
<style>
span { border-color: #2ACC27; }
span { border-color: rgb(42,204,39); }
td.TdClassName
{
border-color: #2ACC27;
}
.TagClassName
{
border-color: #2ACC27;
}
</style>