Shades of Lime Green #2AD827
Tints of Lime Green #2AD827
RGB
CMYK
RGB Variations
Color information
#2AD827 (or 0x2AD827) is known color: Lime Green. HEX triplet: 2A, D8 and 27. RGB value is (42,216,39). Sum of RGB (Red+Green+Blue) = 42+216+39=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 216 (84.77% from 255 or 72.73% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD827 is #D527D8. Grayscale: #909090. Windows color (decimal): -13969369 or 2611242. OLE color: 2611242.
HSL color Cylindrical-coordinate representation of color #2AD827: hue angle of 118.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD827 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 39 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.15 |
| HSL | 118.98º | 0.69% | 0.5% | - |
| HSV(B) | 118.98º | 0.82% | 0.85% | - |
| XYZ | 25.88 | 49.75 | 10.16 | - |
| YUV | 143.8 | 68.85 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 39 | 0.81 | 0 | 0.82 | 0.15 | 118.98 | 0.69 | 0.5 |
| Hex | 2A | D8 | 27 | 51 | 0 | 52 | F | 77 | 45 | 32 |
| Octal | 52 | 330 | 47 | 121 | 0 | 122 | 17 | 167 | 105 | 62 |
| Binary | 101010 | 11011000 | 100111 | 1010001 | 0 | 1010010 | 1111 | 1110111 | 1000101 | 110010 |
Color Harmonies of #2AD827
Complementary color
Monochromatic Colors of #2AD827
Black with #2AD827
Text Example
Text Example
White with #2AD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD827; }
p { color: rgb(42,216,39); }
H1.HeaderClassName
{
color: #2AD827;
}
.AnyTagClassName
{
color: #2AD827;
}
</style>
background-color css
<style>
a { background-color: #2AD827; }
a { background-color: rgb(42,216,39); }
div.DivClassName
{
background-color: #2AD827;
}
.BgClassName
{
background-color: #2AD827;
}
</style>
border-color css
<style>
span { border-color: #2AD827; }
span { border-color: rgb(42,216,39); }
td.TdClassName
{
border-color: #2AD827;
}
.TagClassName
{
border-color: #2AD827;
}
</style>