Shades of Lime Green #2BB82B
Tints of Lime Green #2BB82B
RGB
CMYK
RGB Variations
Color information
#2BB82B (or 0x2BB82B) is known color: Lime Green. HEX triplet: 2B, B8 and 2B. RGB value is (43,184,43). Sum of RGB (Red+Green+Blue) = 43+184+43=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 184 (72.27% from 255 or 68.15% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB82B is #D447D4. Grayscale: #7E7E7E. Windows color (decimal): -13912021 or 2865195. OLE color: 2865195.
HSL color Cylindrical-coordinate representation of color #2BB82B: hue angle of 120º 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 #2BB82B is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 43 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.28 |
| HSL | 120º | 0.62% | 0.45% | - |
| HSV(B) | 120º | 0.77% | 0.72% | - |
| XYZ | 18.57 | 34.97 | 8.06 | - |
| YUV | 125.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 43 | 0.77 | 0 | 0.77 | 0.28 | 120 | 0.62 | 0.45 |
| Hex | 2B | B8 | 2B | 4D | 0 | 4D | 1C | 78 | 3E | 2D |
| Octal | 53 | 270 | 53 | 115 | 0 | 115 | 34 | 170 | 76 | 55 |
| Binary | 101011 | 10111000 | 101011 | 1001101 | 0 | 1001101 | 11100 | 1111000 | 111110 | 101101 |
Color Harmonies of #2BB82B
Complementary color
Monochromatic Colors of #2BB82B
Black with #2BB82B
Text Example
Text Example
White with #2BB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB82B; }
p { color: rgb(43,184,43); }
H1.HeaderClassName
{
color: #2BB82B;
}
.AnyTagClassName
{
color: #2BB82B;
}
</style>
background-color css
<style>
a { background-color: #2BB82B; }
a { background-color: rgb(43,184,43); }
div.DivClassName
{
background-color: #2BB82B;
}
.BgClassName
{
background-color: #2BB82B;
}
</style>
border-color css
<style>
span { border-color: #2BB82B; }
span { border-color: rgb(43,184,43); }
td.TdClassName
{
border-color: #2BB82B;
}
.TagClassName
{
border-color: #2BB82B;
}
</style>