Shades of Lime Green #2AB83B
Tints of Lime Green #2AB83B
RGB
CMYK
RGB Variations
Color information
#2AB83B (or 0x2AB83B) is known color: Lime Green. HEX triplet: 2A, B8 and 3B. RGB value is (42,184,59). Sum of RGB (Red+Green+Blue) = 42+184+59=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 184 (72.27% from 255 or 64.56% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB83B is #D547C4. Grayscale: #7F7F7F. Windows color (decimal): -13977541 or 3913770. OLE color: 3913770.
HSL color Cylindrical-coordinate representation of color #2AB83B: hue angle of 127.18º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB83B is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 59 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.28 |
| HSL | 127.18º | 0.63% | 0.44% | - |
| HSV(B) | 127.18º | 0.77% | 0.72% | - |
| XYZ | 18.88 | 35.09 | 9.92 | - |
| YUV | 127.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 59 | 0.77 | 0 | 0.68 | 0.28 | 127.18 | 0.63 | 0.44 |
| Hex | 2A | B8 | 3B | 4D | 0 | 44 | 1C | 7F | 3F | 2C |
| Octal | 52 | 270 | 73 | 115 | 0 | 104 | 34 | 177 | 77 | 54 |
| Binary | 101010 | 10111000 | 111011 | 1001101 | 0 | 1000100 | 11100 | 1111111 | 111111 | 101100 |
Color Harmonies of #2AB83B
Complementary color
Monochromatic Colors of #2AB83B
Black with #2AB83B
Text Example
Text Example
White with #2AB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB83B; }
p { color: rgb(42,184,59); }
H1.HeaderClassName
{
color: #2AB83B;
}
.AnyTagClassName
{
color: #2AB83B;
}
</style>
background-color css
<style>
a { background-color: #2AB83B; }
a { background-color: rgb(42,184,59); }
div.DivClassName
{
background-color: #2AB83B;
}
.BgClassName
{
background-color: #2AB83B;
}
</style>
border-color css
<style>
span { border-color: #2AB83B; }
span { border-color: rgb(42,184,59); }
td.TdClassName
{
border-color: #2AB83B;
}
.TagClassName
{
border-color: #2AB83B;
}
</style>