Shades of Lime Green #2BBC1B
Tints of Lime Green #2BBC1B
RGB
CMYK
RGB Variations
Color information
#2BBC1B (or 0x2BBC1B) is known color: Lime Green. HEX triplet: 2B, BC and 1B. RGB value is (43,188,27). Sum of RGB (Red+Green+Blue) = 43+188+27=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC1B is #D443E4. Grayscale: #7E7E7E. Windows color (decimal): -13911013 or 1817643. OLE color: 1817643.
HSL color Cylindrical-coordinate representation of color #2BBC1B: hue angle of 114.04º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BBC1B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 27 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.26 |
| HSL | 114.04º | 0.75% | 0.42% | - |
| HSV(B) | 114.04º | 0.86% | 0.74% | - |
| XYZ | 19.18 | 36.56 | 7.08 | - |
| YUV | 126.29 | 71.96 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 27 | 0.77 | 0 | 0.86 | 0.26 | 114.04 | 0.75 | 0.42 |
| Hex | 2B | BC | 1B | 4D | 0 | 56 | 1A | 72 | 4B | 2A |
| Octal | 53 | 274 | 33 | 115 | 0 | 126 | 32 | 162 | 113 | 52 |
| Binary | 101011 | 10111100 | 11011 | 1001101 | 0 | 1010110 | 11010 | 1110010 | 1001011 | 101010 |
Color Harmonies of #2BBC1B
Complementary color
Monochromatic Colors of #2BBC1B
Black with #2BBC1B
Text Example
Text Example
White with #2BBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC1B; }
p { color: rgb(43,188,27); }
H1.HeaderClassName
{
color: #2BBC1B;
}
.AnyTagClassName
{
color: #2BBC1B;
}
</style>
background-color css
<style>
a { background-color: #2BBC1B; }
a { background-color: rgb(43,188,27); }
div.DivClassName
{
background-color: #2BBC1B;
}
.BgClassName
{
background-color: #2BBC1B;
}
</style>
border-color css
<style>
span { border-color: #2BBC1B; }
span { border-color: rgb(43,188,27); }
td.TdClassName
{
border-color: #2BBC1B;
}
.TagClassName
{
border-color: #2BBC1B;
}
</style>