Shades of Lime Green #2AD229
Tints of Lime Green #2AD229
RGB
CMYK
RGB Variations
Color information
#2AD229 (or 0x2AD229) is known color: Lime Green. HEX triplet: 2A, D2 and 29. RGB value is (42,210,41). Sum of RGB (Red+Green+Blue) = 42+210+41=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD229 is #D52DD6. Grayscale: #8D8D8D. Windows color (decimal): -13970903 or 2740778. OLE color: 2740778.
HSL color Cylindrical-coordinate representation of color #2AD229: hue angle of 119.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD229 is Cyan = 0.8, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 41 | - |
| CMYK | 0.8 | 0 | 0.80 | 0.18 |
| HSL | 119.65º | 0.67% | 0.49% | - |
| HSV(B) | 119.65º | 0.8% | 0.82% | - |
| XYZ | 24.4 | 46.75 | 9.83 | - |
| YUV | 140.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 41 | 0.8 | 0 | 0.80 | 0.18 | 119.65 | 0.67 | 0.49 |
| Hex | 2A | D2 | 29 | 50 | 0 | 50 | 12 | 78 | 43 | 31 |
| Octal | 52 | 322 | 51 | 120 | 0 | 120 | 22 | 170 | 103 | 61 |
| Binary | 101010 | 11010010 | 101001 | 1010000 | 0 | 1010000 | 10010 | 1111000 | 1000011 | 110001 |
Color Harmonies of #2AD229
Complementary color
Monochromatic Colors of #2AD229
Black with #2AD229
Text Example
Text Example
White with #2AD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD229; }
p { color: rgb(42,210,41); }
H1.HeaderClassName
{
color: #2AD229;
}
.AnyTagClassName
{
color: #2AD229;
}
</style>
background-color css
<style>
a { background-color: #2AD229; }
a { background-color: rgb(42,210,41); }
div.DivClassName
{
background-color: #2AD229;
}
.BgClassName
{
background-color: #2AD229;
}
</style>
border-color css
<style>
span { border-color: #2AD229; }
span { border-color: rgb(42,210,41); }
td.TdClassName
{
border-color: #2AD229;
}
.TagClassName
{
border-color: #2AD229;
}
</style>