Shades of Lime Green #2AD62D
Tints of Lime Green #2AD62D
RGB
CMYK
RGB Variations
Color information
#2AD62D (or 0x2AD62D) is known color: Lime Green. HEX triplet: 2A, D6 and 2D. RGB value is (42,214,45). Sum of RGB (Red+Green+Blue) = 42+214+45=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD62D is #D529D2. Grayscale: #8F8F8F. Windows color (decimal): -13969875 or 3003946. OLE color: 3003946.
HSL color Cylindrical-coordinate representation of color #2AD62D: hue angle of 121.05º 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 #2AD62D is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 45 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.16 |
| HSL | 121.05º | 0.68% | 0.5% | - |
| HSV(B) | 121.05º | 0.8% | 0.84% | - |
| XYZ | 25.48 | 48.77 | 10.55 | - |
| YUV | 143.31 | 72.52 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 45 | 0.80 | 0 | 0.79 | 0.16 | 121.05 | 0.68 | 0.5 |
| Hex | 2A | D6 | 2D | 50 | 0 | 4F | 10 | 79 | 44 | 32 |
| Octal | 52 | 326 | 55 | 120 | 0 | 117 | 20 | 171 | 104 | 62 |
| Binary | 101010 | 11010110 | 101101 | 1010000 | 0 | 1001111 | 10000 | 1111001 | 1000100 | 110010 |
Color Harmonies of #2AD62D
Complementary color
Monochromatic Colors of #2AD62D
Black with #2AD62D
Text Example
Text Example
White with #2AD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD62D; }
p { color: rgb(42,214,45); }
H1.HeaderClassName
{
color: #2AD62D;
}
.AnyTagClassName
{
color: #2AD62D;
}
</style>
background-color css
<style>
a { background-color: #2AD62D; }
a { background-color: rgb(42,214,45); }
div.DivClassName
{
background-color: #2AD62D;
}
.BgClassName
{
background-color: #2AD62D;
}
</style>
border-color css
<style>
span { border-color: #2AD62D; }
span { border-color: rgb(42,214,45); }
td.TdClassName
{
border-color: #2AD62D;
}
.TagClassName
{
border-color: #2AD62D;
}
</style>