Shades of Lime Green #2AB339
Tints of Lime Green #2AB339
RGB
CMYK
RGB Variations
Color information
#2AB339 (or 0x2AB339) is known color: Lime Green. HEX triplet: 2A, B3 and 39. RGB value is (42,179,57). Sum of RGB (Red+Green+Blue) = 42+179+57=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB339 is #D54CC6. Grayscale: #7C7C7C. Windows color (decimal): -13978823 or 3781418. OLE color: 3781418.
HSL color Cylindrical-coordinate representation of color #2AB339: hue angle of 126.57º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB339 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 57 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.30 |
| HSL | 126.57º | 0.62% | 0.43% | - |
| HSV(B) | 126.57º | 0.77% | 0.7% | - |
| XYZ | 17.81 | 33.03 | 9.31 | - |
| YUV | 124.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 57 | 0.77 | 0 | 0.68 | 0.30 | 126.57 | 0.62 | 0.43 |
| Hex | 2A | B3 | 39 | 4D | 0 | 44 | 1E | 7F | 3E | 2B |
| Octal | 52 | 263 | 71 | 115 | 0 | 104 | 36 | 177 | 76 | 53 |
| Binary | 101010 | 10110011 | 111001 | 1001101 | 0 | 1000100 | 11110 | 1111111 | 111110 | 101011 |
Color Harmonies of #2AB339
Complementary color
Monochromatic Colors of #2AB339
Black with #2AB339
Text Example
Text Example
White with #2AB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB339; }
p { color: rgb(42,179,57); }
H1.HeaderClassName
{
color: #2AB339;
}
.AnyTagClassName
{
color: #2AB339;
}
</style>
background-color css
<style>
a { background-color: #2AB339; }
a { background-color: rgb(42,179,57); }
div.DivClassName
{
background-color: #2AB339;
}
.BgClassName
{
background-color: #2AB339;
}
</style>
border-color css
<style>
span { border-color: #2AB339; }
span { border-color: rgb(42,179,57); }
td.TdClassName
{
border-color: #2AB339;
}
.TagClassName
{
border-color: #2AB339;
}
</style>