Shades of Lime Green #2BCB28
Tints of Lime Green #2BCB28
RGB
CMYK
RGB Variations
Color information
#2BCB28 (or 0x2BCB28) is known color: Lime Green. HEX triplet: 2B, CB and 28. RGB value is (43,203,40). Sum of RGB (Red+Green+Blue) = 43+203+40=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCB28 is #D434D7. Grayscale: #898989. Windows color (decimal): -13907160 or 2673451. OLE color: 2673451.
HSL color Cylindrical-coordinate representation of color #2BCB28: hue angle of 118.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCB28 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 203 | 40 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.20 |
| HSL | 118.9º | 0.67% | 0.48% | - |
| HSV(B) | 118.9º | 0.8% | 0.8% | - |
| XYZ | 22.74 | 43.38 | 9.18 | - |
| YUV | 136.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 40 | 0.79 | 0 | 0.80 | 0.20 | 118.9 | 0.67 | 0.48 |
| Hex | 2B | CB | 28 | 4F | 0 | 50 | 14 | 77 | 43 | 30 |
| Octal | 53 | 313 | 50 | 117 | 0 | 120 | 24 | 167 | 103 | 60 |
| Binary | 101011 | 11001011 | 101000 | 1001111 | 0 | 1010000 | 10100 | 1110111 | 1000011 | 110000 |
Color Harmonies of #2BCB28
Complementary color
Monochromatic Colors of #2BCB28
Black with #2BCB28
Text Example
Text Example
White with #2BCB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCB28; }
p { color: rgb(43,203,40); }
H1.HeaderClassName
{
color: #2BCB28;
}
.AnyTagClassName
{
color: #2BCB28;
}
</style>
background-color css
<style>
a { background-color: #2BCB28; }
a { background-color: rgb(43,203,40); }
div.DivClassName
{
background-color: #2BCB28;
}
.BgClassName
{
background-color: #2BCB28;
}
</style>
border-color css
<style>
span { border-color: #2BCB28; }
span { border-color: rgb(43,203,40); }
td.TdClassName
{
border-color: #2BCB28;
}
.TagClassName
{
border-color: #2BCB28;
}
</style>