Shades of Lime Green #2AD812
Tints of Lime Green #2AD812
RGB
CMYK
RGB Variations
Color information
#2AD812 (or 0x2AD812) is known color: Lime Green. HEX triplet: 2A, D8 and 12. RGB value is (42,216,18). Sum of RGB (Red+Green+Blue) = 42+216+18=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD812 is #D527ED. Grayscale: #8E8E8E. Windows color (decimal): -13969390 or 1234986. OLE color: 1234986.
HSL color Cylindrical-coordinate representation of color #2AD812: hue angle of 112.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AD812 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 18 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.15 |
| HSL | 112.73º | 0.85% | 0.46% | - |
| HSV(B) | 112.73º | 0.92% | 0.85% | - |
| XYZ | 25.62 | 49.65 | 8.8 | - |
| YUV | 141.4 | 58.35 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 18 | 0.81 | 0 | 0.92 | 0.15 | 112.73 | 0.85 | 0.46 |
| Hex | 2A | D8 | 12 | 51 | 0 | 5C | F | 71 | 55 | 2E |
| Octal | 52 | 330 | 22 | 121 | 0 | 134 | 17 | 161 | 125 | 56 |
| Binary | 101010 | 11011000 | 10010 | 1010001 | 0 | 1011100 | 1111 | 1110001 | 1010101 | 101110 |
Color Harmonies of #2AD812
Complementary color
Monochromatic Colors of #2AD812
Black with #2AD812
Text Example
Text Example
White with #2AD812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD812; }
p { color: rgb(42,216,18); }
H1.HeaderClassName
{
color: #2AD812;
}
.AnyTagClassName
{
color: #2AD812;
}
</style>
background-color css
<style>
a { background-color: #2AD812; }
a { background-color: rgb(42,216,18); }
div.DivClassName
{
background-color: #2AD812;
}
.BgClassName
{
background-color: #2AD812;
}
</style>
border-color css
<style>
span { border-color: #2AD812; }
span { border-color: rgb(42,216,18); }
td.TdClassName
{
border-color: #2AD812;
}
.TagClassName
{
border-color: #2AD812;
}
</style>