Shades of Lime Green #2AD61E
Tints of Lime Green #2AD61E
RGB
CMYK
RGB Variations
Color information
#2AD61E (or 0x2AD61E) is known color: Lime Green. HEX triplet: 2A, D6 and 1E. RGB value is (42,214,30). Sum of RGB (Red+Green+Blue) = 42+214+30=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD61E is #D529E1. Grayscale: #8E8E8E. Windows color (decimal): -13969890 or 2020906. OLE color: 2020906.
HSL color Cylindrical-coordinate representation of color #2AD61E: hue angle of 116.09º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AD61E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 30 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.16 |
| HSL | 116.09º | 0.75% | 0.48% | - |
| HSV(B) | 116.09º | 0.86% | 0.84% | - |
| XYZ | 25.24 | 48.68 | 9.29 | - |
| YUV | 141.6 | 65.02 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 30 | 0.80 | 0 | 0.86 | 0.16 | 116.09 | 0.75 | 0.48 |
| Hex | 2A | D6 | 1E | 50 | 0 | 56 | 10 | 74 | 4B | 30 |
| Octal | 52 | 326 | 36 | 120 | 0 | 126 | 20 | 164 | 113 | 60 |
| Binary | 101010 | 11010110 | 11110 | 1010000 | 0 | 1010110 | 10000 | 1110100 | 1001011 | 110000 |
Color Harmonies of #2AD61E
Complementary color
Monochromatic Colors of #2AD61E
Black with #2AD61E
Text Example
Text Example
White with #2AD61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD61E; }
p { color: rgb(42,214,30); }
H1.HeaderClassName
{
color: #2AD61E;
}
.AnyTagClassName
{
color: #2AD61E;
}
</style>
background-color css
<style>
a { background-color: #2AD61E; }
a { background-color: rgb(42,214,30); }
div.DivClassName
{
background-color: #2AD61E;
}
.BgClassName
{
background-color: #2AD61E;
}
</style>
border-color css
<style>
span { border-color: #2AD61E; }
span { border-color: rgb(42,214,30); }
td.TdClassName
{
border-color: #2AD61E;
}
.TagClassName
{
border-color: #2AD61E;
}
</style>