Shades of Lime Green #2BDB46
Tints of Lime Green #2BDB46
RGB
CMYK
RGB Variations
Color information
#2BDB46 (or 0x2BDB46) is known color: Lime Green. HEX triplet: 2B, DB and 46. RGB value is (43,219,70). Sum of RGB (Red+Green+Blue) = 43+219+70=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB46 is #D424B9. Grayscale: #959595. Windows color (decimal): -13903034 or 4643627. OLE color: 4643627.
HSL color Cylindrical-coordinate representation of color #2BDB46: hue angle of 129.2º 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 #2BDB46 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 70 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.14 |
| HSL | 129.2º | 0.71% | 0.51% | - |
| HSV(B) | 129.2º | 0.8% | 0.86% | - |
| XYZ | 27.43 | 51.62 | 14.31 | - |
| YUV | 149.39 | 83.19 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 70 | 0.80 | 0 | 0.68 | 0.14 | 129.2 | 0.71 | 0.51 |
| Hex | 2B | DB | 46 | 50 | 0 | 44 | E | 81 | 47 | 33 |
| Octal | 53 | 333 | 106 | 120 | 0 | 104 | 16 | 201 | 107 | 63 |
| Binary | 101011 | 11011011 | 1000110 | 1010000 | 0 | 1000100 | 1110 | 10000001 | 1000111 | 110011 |
Color Harmonies of #2BDB46
Complementary color
Monochromatic Colors of #2BDB46
Black with #2BDB46
Text Example
Text Example
White with #2BDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB46; }
p { color: rgb(43,219,70); }
H1.HeaderClassName
{
color: #2BDB46;
}
.AnyTagClassName
{
color: #2BDB46;
}
</style>
background-color css
<style>
a { background-color: #2BDB46; }
a { background-color: rgb(43,219,70); }
div.DivClassName
{
background-color: #2BDB46;
}
.BgClassName
{
background-color: #2BDB46;
}
</style>
border-color css
<style>
span { border-color: #2BDB46; }
span { border-color: rgb(43,219,70); }
td.TdClassName
{
border-color: #2BDB46;
}
.TagClassName
{
border-color: #2BDB46;
}
</style>