Shades of Lime Green #2BB73B
Tints of Lime Green #2BB73B
RGB
CMYK
RGB Variations
Color information
#2BB73B (or 0x2BB73B) is known color: Lime Green. HEX triplet: 2B, B7 and 3B. RGB value is (43,183,59). Sum of RGB (Red+Green+Blue) = 43+183+59=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB73B is #D448C4. Grayscale: #7F7F7F. Windows color (decimal): -13912261 or 3913515. OLE color: 3913515.
HSL color Cylindrical-coordinate representation of color #2BB73B: hue angle of 126.86º degrees, saturation: 0.62, 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 #2BB73B is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 59 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.28 |
| HSL | 126.86º | 0.62% | 0.44% | - |
| HSV(B) | 126.86º | 0.77% | 0.72% | - |
| XYZ | 18.72 | 34.7 | 9.85 | - |
| YUV | 127 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 59 | 0.77 | 0 | 0.68 | 0.28 | 126.86 | 0.62 | 0.44 |
| Hex | 2B | B7 | 3B | 4D | 0 | 44 | 1C | 7F | 3E | 2C |
| Octal | 53 | 267 | 73 | 115 | 0 | 104 | 34 | 177 | 76 | 54 |
| Binary | 101011 | 10110111 | 111011 | 1001101 | 0 | 1000100 | 11100 | 1111111 | 111110 | 101100 |
Color Harmonies of #2BB73B
Complementary color
Monochromatic Colors of #2BB73B
Black with #2BB73B
Text Example
Text Example
White with #2BB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB73B; }
p { color: rgb(43,183,59); }
H1.HeaderClassName
{
color: #2BB73B;
}
.AnyTagClassName
{
color: #2BB73B;
}
</style>
background-color css
<style>
a { background-color: #2BB73B; }
a { background-color: rgb(43,183,59); }
div.DivClassName
{
background-color: #2BB73B;
}
.BgClassName
{
background-color: #2BB73B;
}
</style>
border-color css
<style>
span { border-color: #2BB73B; }
span { border-color: rgb(43,183,59); }
td.TdClassName
{
border-color: #2BB73B;
}
.TagClassName
{
border-color: #2BB73B;
}
</style>