Shades of Lime Green #2AD232
Tints of Lime Green #2AD232
RGB
CMYK
RGB Variations
Color information
#2AD232 (or 0x2AD232) is known color: Lime Green. HEX triplet: 2A, D2 and 32. RGB value is (42,210,50). Sum of RGB (Red+Green+Blue) = 42+210+50=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 210 (82.42% from 255 or 69.54% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD232 is #D52DCD. Grayscale: #8E8E8E. Windows color (decimal): -13970894 or 3330602. OLE color: 3330602.
HSL color Cylindrical-coordinate representation of color #2AD232: hue angle of 122.86º 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 #2AD232 is Cyan = 0.8, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 50 | - |
| CMYK | 0.8 | 0 | 0.76 | 0.18 |
| HSL | 122.86º | 0.67% | 0.49% | - |
| HSV(B) | 122.86º | 0.8% | 0.82% | - |
| XYZ | 24.58 | 46.82 | 10.76 | - |
| YUV | 141.53 | 76.34 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 50 | 0.8 | 0 | 0.76 | 0.18 | 122.86 | 0.67 | 0.49 |
| Hex | 2A | D2 | 32 | 50 | 0 | 4C | 12 | 7B | 43 | 31 |
| Octal | 52 | 322 | 62 | 120 | 0 | 114 | 22 | 173 | 103 | 61 |
| Binary | 101010 | 11010010 | 110010 | 1010000 | 0 | 1001100 | 10010 | 1111011 | 1000011 | 110001 |
Color Harmonies of #2AD232
Complementary color
Monochromatic Colors of #2AD232
Black with #2AD232
Text Example
Text Example
White with #2AD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD232; }
p { color: rgb(42,210,50); }
H1.HeaderClassName
{
color: #2AD232;
}
.AnyTagClassName
{
color: #2AD232;
}
</style>
background-color css
<style>
a { background-color: #2AD232; }
a { background-color: rgb(42,210,50); }
div.DivClassName
{
background-color: #2AD232;
}
.BgClassName
{
background-color: #2AD232;
}
</style>
border-color css
<style>
span { border-color: #2AD232; }
span { border-color: rgb(42,210,50); }
td.TdClassName
{
border-color: #2AD232;
}
.TagClassName
{
border-color: #2AD232;
}
</style>