Shades of Lime Green #2ACF12
Tints of Lime Green #2ACF12
RGB
CMYK
RGB Variations
Color information
#2ACF12 (or 0x2ACF12) is known color: Lime Green. HEX triplet: 2A, CF and 12. RGB value is (42,207,18). Sum of RGB (Red+Green+Blue) = 42+207+18=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF12 is #D530ED. Grayscale: #888888. Windows color (decimal): -13971694 or 1232682. OLE color: 1232682.
HSL color Cylindrical-coordinate representation of color #2ACF12: hue angle of 112.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2ACF12 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 18 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.19 |
| HSL | 112.38º | 0.84% | 0.44% | - |
| HSV(B) | 112.38º | 0.91% | 0.81% | - |
| XYZ | 23.38 | 45.16 | 8.06 | - |
| YUV | 136.12 | 61.34 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 18 | 0.80 | 0 | 0.91 | 0.19 | 112.38 | 0.84 | 0.44 |
| Hex | 2A | CF | 12 | 50 | 0 | 5B | 13 | 70 | 54 | 2C |
| Octal | 52 | 317 | 22 | 120 | 0 | 133 | 23 | 160 | 124 | 54 |
| Binary | 101010 | 11001111 | 10010 | 1010000 | 0 | 1011011 | 10011 | 1110000 | 1010100 | 101100 |
Color Harmonies of #2ACF12
Complementary color
Monochromatic Colors of #2ACF12
Black with #2ACF12
Text Example
Text Example
White with #2ACF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF12; }
p { color: rgb(42,207,18); }
H1.HeaderClassName
{
color: #2ACF12;
}
.AnyTagClassName
{
color: #2ACF12;
}
</style>
background-color css
<style>
a { background-color: #2ACF12; }
a { background-color: rgb(42,207,18); }
div.DivClassName
{
background-color: #2ACF12;
}
.BgClassName
{
background-color: #2ACF12;
}
</style>
border-color css
<style>
span { border-color: #2ACF12; }
span { border-color: rgb(42,207,18); }
td.TdClassName
{
border-color: #2ACF12;
}
.TagClassName
{
border-color: #2ACF12;
}
</style>