Shades of Lime Green #2AD645
Tints of Lime Green #2AD645
RGB
CMYK
RGB Variations
Color information
#2AD645 (or 0x2AD645) is known color: Lime Green. HEX triplet: 2A, D6 and 45. RGB value is (42,214,69). Sum of RGB (Red+Green+Blue) = 42+214+69=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD645 is #D529BA. Grayscale: #929292. Windows color (decimal): -13969851 or 4576810. OLE color: 4576810.
HSL color Cylindrical-coordinate representation of color #2AD645: hue angle of 129.42º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD645 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 69 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.16 |
| HSL | 129.42º | 0.68% | 0.5% | - |
| HSV(B) | 129.42º | 0.8% | 0.84% | - |
| XYZ | 26.08 | 49.02 | 13.72 | - |
| YUV | 146.04 | 84.52 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 69 | 0.80 | 0 | 0.68 | 0.16 | 129.42 | 0.68 | 0.5 |
| Hex | 2A | D6 | 45 | 50 | 0 | 44 | 10 | 81 | 44 | 32 |
| Octal | 52 | 326 | 105 | 120 | 0 | 104 | 20 | 201 | 104 | 62 |
| Binary | 101010 | 11010110 | 1000101 | 1010000 | 0 | 1000100 | 10000 | 10000001 | 1000100 | 110010 |
Color Harmonies of #2AD645
Complementary color
Monochromatic Colors of #2AD645
Black with #2AD645
Text Example
Text Example
White with #2AD645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD645; }
p { color: rgb(42,214,69); }
H1.HeaderClassName
{
color: #2AD645;
}
.AnyTagClassName
{
color: #2AD645;
}
</style>
background-color css
<style>
a { background-color: #2AD645; }
a { background-color: rgb(42,214,69); }
div.DivClassName
{
background-color: #2AD645;
}
.BgClassName
{
background-color: #2AD645;
}
</style>
border-color css
<style>
span { border-color: #2AD645; }
span { border-color: rgb(42,214,69); }
td.TdClassName
{
border-color: #2AD645;
}
.TagClassName
{
border-color: #2AD645;
}
</style>