Shades of Lime Green #2ACF11
Tints of Lime Green #2ACF11
RGB
CMYK
RGB Variations
Color information
#2ACF11 (or 0x2ACF11) is known color: Lime Green. HEX triplet: 2A, CF and 11. RGB value is (42,207,17). Sum of RGB (Red+Green+Blue) = 42+207+17=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF11 is #D530EE. Grayscale: #888888. Windows color (decimal): -13971695 or 1167146. OLE color: 1167146.
HSL color Cylindrical-coordinate representation of color #2ACF11: hue angle of 112.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ACF11 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 17 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.19 |
| HSL | 112.11º | 0.85% | 0.44% | - |
| HSV(B) | 112.11º | 0.92% | 0.81% | - |
| XYZ | 23.37 | 45.16 | 8.02 | - |
| YUV | 136.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 17 | 0.80 | 0 | 0.92 | 0.19 | 112.11 | 0.85 | 0.44 |
| Hex | 2A | CF | 11 | 50 | 0 | 5C | 13 | 70 | 55 | 2C |
| Octal | 52 | 317 | 21 | 120 | 0 | 134 | 23 | 160 | 125 | 54 |
| Binary | 101010 | 11001111 | 10001 | 1010000 | 0 | 1011100 | 10011 | 1110000 | 1010101 | 101100 |
Color Harmonies of #2ACF11
Complementary color
Monochromatic Colors of #2ACF11
Black with #2ACF11
Text Example
Text Example
White with #2ACF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF11; }
p { color: rgb(42,207,17); }
H1.HeaderClassName
{
color: #2ACF11;
}
.AnyTagClassName
{
color: #2ACF11;
}
</style>
background-color css
<style>
a { background-color: #2ACF11; }
a { background-color: rgb(42,207,17); }
div.DivClassName
{
background-color: #2ACF11;
}
.BgClassName
{
background-color: #2ACF11;
}
</style>
border-color css
<style>
span { border-color: #2ACF11; }
span { border-color: rgb(42,207,17); }
td.TdClassName
{
border-color: #2ACF11;
}
.TagClassName
{
border-color: #2ACF11;
}
</style>