Shades of Lime Green #2BB843
Tints of Lime Green #2BB843
RGB
CMYK
RGB Variations
Color information
#2BB843 (or 0x2BB843) is known color: Lime Green. HEX triplet: 2B, B8 and 43. RGB value is (43,184,67). Sum of RGB (Red+Green+Blue) = 43+184+67=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB843 is #D447BC. Grayscale: #808080. Windows color (decimal): -13911997 or 4438059. OLE color: 4438059.
HSL color Cylindrical-coordinate representation of color #2BB843: hue angle of 130.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB843 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 67 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.28 |
| HSL | 130.21º | 0.62% | 0.45% | - |
| HSV(B) | 130.21º | 0.77% | 0.72% | - |
| XYZ | 19.15 | 35.2 | 11.1 | - |
| YUV | 128.5 | 93.29 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 67 | 0.77 | 0 | 0.64 | 0.28 | 130.21 | 0.62 | 0.45 |
| Hex | 2B | B8 | 43 | 4D | 0 | 40 | 1C | 82 | 3E | 2D |
| Octal | 53 | 270 | 103 | 115 | 0 | 100 | 34 | 202 | 76 | 55 |
| Binary | 101011 | 10111000 | 1000011 | 1001101 | 0 | 1000000 | 11100 | 10000010 | 111110 | 101101 |
Color Harmonies of #2BB843
Complementary color
Monochromatic Colors of #2BB843
Black with #2BB843
Text Example
Text Example
White with #2BB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB843; }
p { color: rgb(43,184,67); }
H1.HeaderClassName
{
color: #2BB843;
}
.AnyTagClassName
{
color: #2BB843;
}
</style>
background-color css
<style>
a { background-color: #2BB843; }
a { background-color: rgb(43,184,67); }
div.DivClassName
{
background-color: #2BB843;
}
.BgClassName
{
background-color: #2BB843;
}
</style>
border-color css
<style>
span { border-color: #2BB843; }
span { border-color: rgb(43,184,67); }
td.TdClassName
{
border-color: #2BB843;
}
.TagClassName
{
border-color: #2BB843;
}
</style>