Shades of Lime Green #2AB445
Tints of Lime Green #2AB445
RGB
CMYK
RGB Variations
Color information
#2AB445 (or 0x2AB445) is known color: Lime Green. HEX triplet: 2A, B4 and 45. RGB value is (42,180,69). Sum of RGB (Red+Green+Blue) = 42+180+69=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB445 is #D54BBA. Grayscale: #7E7E7E. Windows color (decimal): -13978555 or 4568106. OLE color: 4568106.
HSL color Cylindrical-coordinate representation of color #2AB445: hue angle of 131.74º 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 #2AB445 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 69 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.29 |
| HSL | 131.74º | 0.62% | 0.44% | - |
| HSV(B) | 131.74º | 0.77% | 0.71% | - |
| XYZ | 18.35 | 33.56 | 11.14 | - |
| YUV | 126.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 69 | 0.77 | 0 | 0.62 | 0.29 | 131.74 | 0.62 | 0.44 |
| Hex | 2A | B4 | 45 | 4D | 0 | 3E | 1D | 84 | 3E | 2C |
| Octal | 52 | 264 | 105 | 115 | 0 | 76 | 35 | 204 | 76 | 54 |
| Binary | 101010 | 10110100 | 1000101 | 1001101 | 0 | 111110 | 11101 | 10000100 | 111110 | 101100 |
Color Harmonies of #2AB445
Complementary color
Monochromatic Colors of #2AB445
Black with #2AB445
Text Example
Text Example
White with #2AB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB445; }
p { color: rgb(42,180,69); }
H1.HeaderClassName
{
color: #2AB445;
}
.AnyTagClassName
{
color: #2AB445;
}
</style>
background-color css
<style>
a { background-color: #2AB445; }
a { background-color: rgb(42,180,69); }
div.DivClassName
{
background-color: #2AB445;
}
.BgClassName
{
background-color: #2AB445;
}
</style>
border-color css
<style>
span { border-color: #2AB445; }
span { border-color: rgb(42,180,69); }
td.TdClassName
{
border-color: #2AB445;
}
.TagClassName
{
border-color: #2AB445;
}
</style>