Shades of Lime Green #2AD512
Tints of Lime Green #2AD512
RGB
CMYK
RGB Variations
Color information
#2AD512 (or 0x2AD512) is known color: Lime Green. HEX triplet: 2A, D5 and 12. RGB value is (42,213,18). Sum of RGB (Red+Green+Blue) = 42+213+18=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD512 is #D52AED. Grayscale: #8C8C8C. Windows color (decimal): -13970158 or 1234218. OLE color: 1234218.
HSL color Cylindrical-coordinate representation of color #2AD512: hue angle of 112.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AD512 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.16 |
| HSL | 112.62º | 0.84% | 0.45% | - |
| HSV(B) | 112.62º | 0.92% | 0.84% | - |
| XYZ | 24.86 | 48.12 | 8.55 | - |
| YUV | 139.64 | 59.35 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 18 | 0.80 | 0 | 0.92 | 0.16 | 112.62 | 0.84 | 0.45 |
| Hex | 2A | D5 | 12 | 50 | 0 | 5C | 10 | 71 | 54 | 2D |
| Octal | 52 | 325 | 22 | 120 | 0 | 134 | 20 | 161 | 124 | 55 |
| Binary | 101010 | 11010101 | 10010 | 1010000 | 0 | 1011100 | 10000 | 1110001 | 1010100 | 101101 |
Color Harmonies of #2AD512
Complementary color
Monochromatic Colors of #2AD512
Black with #2AD512
Text Example
Text Example
White with #2AD512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD512; }
p { color: rgb(42,213,18); }
H1.HeaderClassName
{
color: #2AD512;
}
.AnyTagClassName
{
color: #2AD512;
}
</style>
background-color css
<style>
a { background-color: #2AD512; }
a { background-color: rgb(42,213,18); }
div.DivClassName
{
background-color: #2AD512;
}
.BgClassName
{
background-color: #2AD512;
}
</style>
border-color css
<style>
span { border-color: #2AD512; }
span { border-color: rgb(42,213,18); }
td.TdClassName
{
border-color: #2AD512;
}
.TagClassName
{
border-color: #2AD512;
}
</style>