Shades of Lime Green #2BBB4A
Tints of Lime Green #2BBB4A
RGB
CMYK
RGB Variations
Color information
#2BBB4A (or 0x2BBB4A) is known color: Lime Green. HEX triplet: 2B, BB and 4A. RGB value is (43,187,74). Sum of RGB (Red+Green+Blue) = 43+187+74=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB4A is #D444B5. Grayscale: #838383. Windows color (decimal): -13911222 or 4897579. OLE color: 4897579.
HSL color Cylindrical-coordinate representation of color #2BBB4A: hue angle of 132.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBB4A is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 187 | 74 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.27 |
| HSL | 132.92º | 0.63% | 0.45% | - |
| HSV(B) | 132.92º | 0.77% | 0.73% | - |
| XYZ | 20 | 36.55 | 12.48 | - |
| YUV | 131.06 | 95.79 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 74 | 0.77 | 0 | 0.60 | 0.27 | 132.92 | 0.63 | 0.45 |
| Hex | 2B | BB | 4A | 4D | 0 | 3C | 1B | 85 | 3F | 2D |
| Octal | 53 | 273 | 112 | 115 | 0 | 74 | 33 | 205 | 77 | 55 |
| Binary | 101011 | 10111011 | 1001010 | 1001101 | 0 | 111100 | 11011 | 10000101 | 111111 | 101101 |
Color Harmonies of #2BBB4A
Complementary color
Monochromatic Colors of #2BBB4A
Black with #2BBB4A
Text Example
Text Example
White with #2BBB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBB4A; }
p { color: rgb(43,187,74); }
H1.HeaderClassName
{
color: #2BBB4A;
}
.AnyTagClassName
{
color: #2BBB4A;
}
</style>
background-color css
<style>
a { background-color: #2BBB4A; }
a { background-color: rgb(43,187,74); }
div.DivClassName
{
background-color: #2BBB4A;
}
.BgClassName
{
background-color: #2BBB4A;
}
</style>
border-color css
<style>
span { border-color: #2BBB4A; }
span { border-color: rgb(43,187,74); }
td.TdClassName
{
border-color: #2BBB4A;
}
.TagClassName
{
border-color: #2BBB4A;
}
</style>