Shades of Lime Green #2BBC28
Tints of Lime Green #2BBC28
RGB
CMYK
RGB Variations
Color information
#2BBC28 (or 0x2BBC28) is known color: Lime Green. HEX triplet: 2B, BC and 28. RGB value is (43,188,40). Sum of RGB (Red+Green+Blue) = 43+188+40=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBC28 is #D443D7. Grayscale: #808080. Windows color (decimal): -13911000 or 2669611. OLE color: 2669611.
HSL color Cylindrical-coordinate representation of color #2BBC28: hue angle of 118.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBC28 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 40 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.26 |
| HSL | 118.78º | 0.65% | 0.45% | - |
| HSV(B) | 118.78º | 0.79% | 0.74% | - |
| XYZ | 19.36 | 36.63 | 8.06 | - |
| YUV | 127.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 40 | 0.77 | 0 | 0.79 | 0.26 | 118.78 | 0.65 | 0.45 |
| Hex | 2B | BC | 28 | 4D | 0 | 4F | 1A | 77 | 41 | 2D |
| Octal | 53 | 274 | 50 | 115 | 0 | 117 | 32 | 167 | 101 | 55 |
| Binary | 101011 | 10111100 | 101000 | 1001101 | 0 | 1001111 | 11010 | 1110111 | 1000001 | 101101 |
Color Harmonies of #2BBC28
Complementary color
Monochromatic Colors of #2BBC28
Black with #2BBC28
Text Example
Text Example
White with #2BBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC28; }
p { color: rgb(43,188,40); }
H1.HeaderClassName
{
color: #2BBC28;
}
.AnyTagClassName
{
color: #2BBC28;
}
</style>
background-color css
<style>
a { background-color: #2BBC28; }
a { background-color: rgb(43,188,40); }
div.DivClassName
{
background-color: #2BBC28;
}
.BgClassName
{
background-color: #2BBC28;
}
</style>
border-color css
<style>
span { border-color: #2BBC28; }
span { border-color: rgb(43,188,40); }
td.TdClassName
{
border-color: #2BBC28;
}
.TagClassName
{
border-color: #2BBC28;
}
</style>