Shades of Lime Green #2BDB45
Tints of Lime Green #2BDB45
RGB
CMYK
RGB Variations
Color information
#2BDB45 (or 0x2BDB45) is known color: Lime Green. HEX triplet: 2B, DB and 45. RGB value is (43,219,69). Sum of RGB (Red+Green+Blue) = 43+219+69=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 219 (85.94% from 255 or 66.16% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB45 is #D424BA. Grayscale: #959595. Windows color (decimal): -13903035 or 4578091. OLE color: 4578091.
HSL color Cylindrical-coordinate representation of color #2BDB45: hue angle of 128.86º 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 #2BDB45 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 69 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.14 |
| HSL | 128.86º | 0.71% | 0.51% | - |
| HSV(B) | 128.86º | 0.8% | 0.86% | - |
| XYZ | 27.4 | 51.61 | 14.15 | - |
| YUV | 149.28 | 82.69 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 69 | 0.80 | 0 | 0.68 | 0.14 | 128.86 | 0.71 | 0.51 |
| Hex | 2B | DB | 45 | 50 | 0 | 44 | E | 81 | 47 | 33 |
| Octal | 53 | 333 | 105 | 120 | 0 | 104 | 16 | 201 | 107 | 63 |
| Binary | 101011 | 11011011 | 1000101 | 1010000 | 0 | 1000100 | 1110 | 10000001 | 1000111 | 110011 |
Color Harmonies of #2BDB45
Complementary color
Monochromatic Colors of #2BDB45
Black with #2BDB45
Text Example
Text Example
White with #2BDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB45; }
p { color: rgb(43,219,69); }
H1.HeaderClassName
{
color: #2BDB45;
}
.AnyTagClassName
{
color: #2BDB45;
}
</style>
background-color css
<style>
a { background-color: #2BDB45; }
a { background-color: rgb(43,219,69); }
div.DivClassName
{
background-color: #2BDB45;
}
.BgClassName
{
background-color: #2BDB45;
}
</style>
border-color css
<style>
span { border-color: #2BDB45; }
span { border-color: rgb(43,219,69); }
td.TdClassName
{
border-color: #2BDB45;
}
.TagClassName
{
border-color: #2BDB45;
}
</style>