Shades of Lime Green #2AD225
Tints of Lime Green #2AD225
RGB
CMYK
RGB Variations
Color information
#2AD225 (or 0x2AD225) is known color: Lime Green. HEX triplet: 2A, D2 and 25. RGB value is (42,210,37). Sum of RGB (Red+Green+Blue) = 42+210+37=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD225 is #D52DDA. Grayscale: #8C8C8C. Windows color (decimal): -13970907 or 2478634. OLE color: 2478634.
HSL color Cylindrical-coordinate representation of color #2AD225: hue angle of 118.27º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD225 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 37 | - |
| CMYK | 0.8 | 0 | 0.82 | 0.18 |
| HSL | 118.27º | 0.7% | 0.48% | - |
| HSV(B) | 118.27º | 0.82% | 0.82% | - |
| XYZ | 24.34 | 46.72 | 9.49 | - |
| YUV | 140.05 | 69.84 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 37 | 0.8 | 0 | 0.82 | 0.18 | 118.27 | 0.7 | 0.48 |
| Hex | 2A | D2 | 25 | 50 | 0 | 52 | 12 | 76 | 46 | 30 |
| Octal | 52 | 322 | 45 | 120 | 0 | 122 | 22 | 166 | 106 | 60 |
| Binary | 101010 | 11010010 | 100101 | 1010000 | 0 | 1010010 | 10010 | 1110110 | 1000110 | 110000 |
Color Harmonies of #2AD225
Complementary color
Monochromatic Colors of #2AD225
Black with #2AD225
Text Example
Text Example
White with #2AD225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD225; }
p { color: rgb(42,210,37); }
H1.HeaderClassName
{
color: #2AD225;
}
.AnyTagClassName
{
color: #2AD225;
}
</style>
background-color css
<style>
a { background-color: #2AD225; }
a { background-color: rgb(42,210,37); }
div.DivClassName
{
background-color: #2AD225;
}
.BgClassName
{
background-color: #2AD225;
}
</style>
border-color css
<style>
span { border-color: #2AD225; }
span { border-color: rgb(42,210,37); }
td.TdClassName
{
border-color: #2AD225;
}
.TagClassName
{
border-color: #2AD225;
}
</style>