Shades of Lime Green #2BDB48
Tints of Lime Green #2BDB48
RGB
CMYK
RGB Variations
Color information
#2BDB48 (or 0x2BDB48) is known color: Lime Green. HEX triplet: 2B, DB and 48. RGB value is (43,219,72). Sum of RGB (Red+Green+Blue) = 43+219+72=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB48 is #D424B7. Grayscale: #969696. Windows color (decimal): -13903032 or 4774699. OLE color: 4774699.
HSL color Cylindrical-coordinate representation of color #2BDB48: hue angle of 129.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB48 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 72 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.14 |
| HSL | 129.89º | 0.71% | 0.51% | - |
| HSV(B) | 129.89º | 0.8% | 0.86% | - |
| XYZ | 27.5 | 51.64 | 14.65 | - |
| YUV | 149.62 | 84.19 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 72 | 0.80 | 0 | 0.67 | 0.14 | 129.89 | 0.71 | 0.51 |
| Hex | 2B | DB | 48 | 50 | 0 | 43 | E | 82 | 47 | 33 |
| Octal | 53 | 333 | 110 | 120 | 0 | 103 | 16 | 202 | 107 | 63 |
| Binary | 101011 | 11011011 | 1001000 | 1010000 | 0 | 1000011 | 1110 | 10000010 | 1000111 | 110011 |
Color Harmonies of #2BDB48
Complementary color
Monochromatic Colors of #2BDB48
Black with #2BDB48
Text Example
Text Example
White with #2BDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB48; }
p { color: rgb(43,219,72); }
H1.HeaderClassName
{
color: #2BDB48;
}
.AnyTagClassName
{
color: #2BDB48;
}
</style>
background-color css
<style>
a { background-color: #2BDB48; }
a { background-color: rgb(43,219,72); }
div.DivClassName
{
background-color: #2BDB48;
}
.BgClassName
{
background-color: #2BDB48;
}
</style>
border-color css
<style>
span { border-color: #2BDB48; }
span { border-color: rgb(43,219,72); }
td.TdClassName
{
border-color: #2BDB48;
}
.TagClassName
{
border-color: #2BDB48;
}
</style>