Shades of Lime Green #2BBC48
Tints of Lime Green #2BBC48
RGB
CMYK
RGB Variations
Color information
#2BBC48 (or 0x2BBC48) is known color: Lime Green. HEX triplet: 2B, BC and 48. RGB value is (43,188,72). Sum of RGB (Red+Green+Blue) = 43+188+72=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC48 is #D443B7. Grayscale: #838383. Windows color (decimal): -13910968 or 4766763. OLE color: 4766763.
HSL color Cylindrical-coordinate representation of color #2BBC48: hue angle of 132º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC48 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 72 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.26 |
| HSL | 132º | 0.63% | 0.45% | - |
| HSV(B) | 132º | 0.77% | 0.74% | - |
| XYZ | 20.15 | 36.95 | 12.2 | - |
| YUV | 131.42 | 94.46 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 72 | 0.77 | 0 | 0.62 | 0.26 | 132 | 0.63 | 0.45 |
| Hex | 2B | BC | 48 | 4D | 0 | 3E | 1A | 84 | 3F | 2D |
| Octal | 53 | 274 | 110 | 115 | 0 | 76 | 32 | 204 | 77 | 55 |
| Binary | 101011 | 10111100 | 1001000 | 1001101 | 0 | 111110 | 11010 | 10000100 | 111111 | 101101 |
Color Harmonies of #2BBC48
Complementary color
Monochromatic Colors of #2BBC48
Black with #2BBC48
Text Example
Text Example
White with #2BBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC48; }
p { color: rgb(43,188,72); }
H1.HeaderClassName
{
color: #2BBC48;
}
.AnyTagClassName
{
color: #2BBC48;
}
</style>
background-color css
<style>
a { background-color: #2BBC48; }
a { background-color: rgb(43,188,72); }
div.DivClassName
{
background-color: #2BBC48;
}
.BgClassName
{
background-color: #2BBC48;
}
</style>
border-color css
<style>
span { border-color: #2BBC48; }
span { border-color: rgb(43,188,72); }
td.TdClassName
{
border-color: #2BBC48;
}
.TagClassName
{
border-color: #2BBC48;
}
</style>