Shades of Lime Green #2AD614
Tints of Lime Green #2AD614
RGB
CMYK
RGB Variations
Color information
#2AD614 (or 0x2AD614) is known color: Lime Green. HEX triplet: 2A, D6 and 14. RGB value is (42,214,20). Sum of RGB (Red+Green+Blue) = 42+214+20=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD614 is #D529EB. Grayscale: #8D8D8D. Windows color (decimal): -13969900 or 1365546. OLE color: 1365546.
HSL color Cylindrical-coordinate representation of color #2AD614: hue angle of 113.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AD614 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.16 |
| HSL | 113.2º | 0.83% | 0.46% | - |
| HSV(B) | 113.2º | 0.91% | 0.84% | - |
| XYZ | 25.13 | 48.64 | 8.73 | - |
| YUV | 140.46 | 60.02 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 20 | 0.80 | 0 | 0.91 | 0.16 | 113.2 | 0.83 | 0.46 |
| Hex | 2A | D6 | 14 | 50 | 0 | 5B | 10 | 71 | 53 | 2E |
| Octal | 52 | 326 | 24 | 120 | 0 | 133 | 20 | 161 | 123 | 56 |
| Binary | 101010 | 11010110 | 10100 | 1010000 | 0 | 1011011 | 10000 | 1110001 | 1010011 | 101110 |
Color Harmonies of #2AD614
Complementary color
Monochromatic Colors of #2AD614
Black with #2AD614
Text Example
Text Example
White with #2AD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD614; }
p { color: rgb(42,214,20); }
H1.HeaderClassName
{
color: #2AD614;
}
.AnyTagClassName
{
color: #2AD614;
}
</style>
background-color css
<style>
a { background-color: #2AD614; }
a { background-color: rgb(42,214,20); }
div.DivClassName
{
background-color: #2AD614;
}
.BgClassName
{
background-color: #2AD614;
}
</style>
border-color css
<style>
span { border-color: #2AD614; }
span { border-color: rgb(42,214,20); }
td.TdClassName
{
border-color: #2AD614;
}
.TagClassName
{
border-color: #2AD614;
}
</style>