Shades of Lime Green #2AB52D
Tints of Lime Green #2AB52D
RGB
CMYK
RGB Variations
Color information
#2AB52D (or 0x2AB52D) is known color: Lime Green. HEX triplet: 2A, B5 and 2D. RGB value is (42,181,45). Sum of RGB (Red+Green+Blue) = 42+181+45=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 181 (71.09% from 255 or 67.54% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB52D is #D54AD2. Grayscale: #7C7C7C. Windows color (decimal): -13978323 or 2995498. OLE color: 2995498.
HSL color Cylindrical-coordinate representation of color #2AB52D: hue angle of 121.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB52D is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 45 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.29 |
| HSL | 121.3º | 0.62% | 0.44% | - |
| HSV(B) | 121.3º | 0.77% | 0.71% | - |
| XYZ | 17.95 | 33.73 | 8.05 | - |
| YUV | 123.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 45 | 0.77 | 0 | 0.75 | 0.29 | 121.3 | 0.62 | 0.44 |
| Hex | 2A | B5 | 2D | 4D | 0 | 4B | 1D | 79 | 3E | 2C |
| Octal | 52 | 265 | 55 | 115 | 0 | 113 | 35 | 171 | 76 | 54 |
| Binary | 101010 | 10110101 | 101101 | 1001101 | 0 | 1001011 | 11101 | 1111001 | 111110 | 101100 |
Color Harmonies of #2AB52D
Complementary color
Monochromatic Colors of #2AB52D
Black with #2AB52D
Text Example
Text Example
White with #2AB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB52D; }
p { color: rgb(42,181,45); }
H1.HeaderClassName
{
color: #2AB52D;
}
.AnyTagClassName
{
color: #2AB52D;
}
</style>
background-color css
<style>
a { background-color: #2AB52D; }
a { background-color: rgb(42,181,45); }
div.DivClassName
{
background-color: #2AB52D;
}
.BgClassName
{
background-color: #2AB52D;
}
</style>
border-color css
<style>
span { border-color: #2AB52D; }
span { border-color: rgb(42,181,45); }
td.TdClassName
{
border-color: #2AB52D;
}
.TagClassName
{
border-color: #2AB52D;
}
</style>