Shades of Lime Green #2ACB11
Tints of Lime Green #2ACB11
RGB
CMYK
RGB Variations
Color information
#2ACB11 (or 0x2ACB11) is known color: Lime Green. HEX triplet: 2A, CB and 11. RGB value is (42,203,17). Sum of RGB (Red+Green+Blue) = 42+203+17=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 203 (79.69% from 255 or 77.48% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB11 is #D534EE. Grayscale: #868686. Windows color (decimal): -13972719 or 1166122. OLE color: 1166122.
HSL color Cylindrical-coordinate representation of color #2ACB11: hue angle of 111.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ACB11 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 17 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.20 |
| HSL | 111.94º | 0.85% | 0.43% | - |
| HSV(B) | 111.94º | 0.92% | 0.8% | - |
| XYZ | 22.41 | 43.24 | 7.7 | - |
| YUV | 133.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 17 | 0.79 | 0 | 0.92 | 0.20 | 111.94 | 0.85 | 0.43 |
| Hex | 2A | CB | 11 | 4F | 0 | 5C | 14 | 70 | 55 | 2B |
| Octal | 52 | 313 | 21 | 117 | 0 | 134 | 24 | 160 | 125 | 53 |
| Binary | 101010 | 11001011 | 10001 | 1001111 | 0 | 1011100 | 10100 | 1110000 | 1010101 | 101011 |
Color Harmonies of #2ACB11
Complementary color
Monochromatic Colors of #2ACB11
Black with #2ACB11
Text Example
Text Example
White with #2ACB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB11; }
p { color: rgb(42,203,17); }
H1.HeaderClassName
{
color: #2ACB11;
}
.AnyTagClassName
{
color: #2ACB11;
}
</style>
background-color css
<style>
a { background-color: #2ACB11; }
a { background-color: rgb(42,203,17); }
div.DivClassName
{
background-color: #2ACB11;
}
.BgClassName
{
background-color: #2ACB11;
}
</style>
border-color css
<style>
span { border-color: #2ACB11; }
span { border-color: rgb(42,203,17); }
td.TdClassName
{
border-color: #2ACB11;
}
.TagClassName
{
border-color: #2ACB11;
}
</style>