Shades of Lime Green #2ADA29
Tints of Lime Green #2ADA29
RGB
CMYK
RGB Variations
Color information
#2ADA29 (or 0x2ADA29) is known color: Lime Green. HEX triplet: 2A, DA and 29. RGB value is (42,218,41). Sum of RGB (Red+Green+Blue) = 42+218+41=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA29 is #D525D6. Grayscale: #919191. Windows color (decimal): -13968855 or 2742826. OLE color: 2742826.
HSL color Cylindrical-coordinate representation of color #2ADA29: hue angle of 119.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADA29 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 41 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.15 |
| HSL | 119.66º | 0.71% | 0.51% | - |
| HSV(B) | 119.66º | 0.81% | 0.85% | - |
| XYZ | 26.43 | 50.8 | 10.51 | - |
| YUV | 145.2 | 69.19 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 41 | 0.81 | 0 | 0.81 | 0.15 | 119.66 | 0.71 | 0.51 |
| Hex | 2A | DA | 29 | 51 | 0 | 51 | F | 78 | 47 | 33 |
| Octal | 52 | 332 | 51 | 121 | 0 | 121 | 17 | 170 | 107 | 63 |
| Binary | 101010 | 11011010 | 101001 | 1010001 | 0 | 1010001 | 1111 | 1111000 | 1000111 | 110011 |
Color Harmonies of #2ADA29
Complementary color
Monochromatic Colors of #2ADA29
Black with #2ADA29
Text Example
Text Example
White with #2ADA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA29; }
p { color: rgb(42,218,41); }
H1.HeaderClassName
{
color: #2ADA29;
}
.AnyTagClassName
{
color: #2ADA29;
}
</style>
background-color css
<style>
a { background-color: #2ADA29; }
a { background-color: rgb(42,218,41); }
div.DivClassName
{
background-color: #2ADA29;
}
.BgClassName
{
background-color: #2ADA29;
}
</style>
border-color css
<style>
span { border-color: #2ADA29; }
span { border-color: rgb(42,218,41); }
td.TdClassName
{
border-color: #2ADA29;
}
.TagClassName
{
border-color: #2ADA29;
}
</style>