Shades of Lime Green #2BDB34
Tints of Lime Green #2BDB34
RGB
CMYK
RGB Variations
Color information
#2BDB34 (or 0x2BDB34) is known color: Lime Green. HEX triplet: 2B, DB and 34. RGB value is (43,219,52). Sum of RGB (Red+Green+Blue) = 43+219+52=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 219 (85.94% from 255 or 69.75% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB34 is #D424CB. Grayscale: #939393. Windows color (decimal): -13903052 or 3463979. OLE color: 3463979.
HSL color Cylindrical-coordinate representation of color #2BDB34: hue angle of 123.07º 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 #2BDB34 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 52 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.14 |
| HSL | 123.07º | 0.71% | 0.51% | - |
| HSV(B) | 123.07º | 0.8% | 0.86% | - |
| XYZ | 26.95 | 51.42 | 11.75 | - |
| YUV | 147.34 | 74.19 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 52 | 0.80 | 0 | 0.76 | 0.14 | 123.07 | 0.71 | 0.51 |
| Hex | 2B | DB | 34 | 50 | 0 | 4C | E | 7B | 47 | 33 |
| Octal | 53 | 333 | 64 | 120 | 0 | 114 | 16 | 173 | 107 | 63 |
| Binary | 101011 | 11011011 | 110100 | 1010000 | 0 | 1001100 | 1110 | 1111011 | 1000111 | 110011 |
Color Harmonies of #2BDB34
Complementary color
Monochromatic Colors of #2BDB34
Black with #2BDB34
Text Example
Text Example
White with #2BDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB34; }
p { color: rgb(43,219,52); }
H1.HeaderClassName
{
color: #2BDB34;
}
.AnyTagClassName
{
color: #2BDB34;
}
</style>
background-color css
<style>
a { background-color: #2BDB34; }
a { background-color: rgb(43,219,52); }
div.DivClassName
{
background-color: #2BDB34;
}
.BgClassName
{
background-color: #2BDB34;
}
</style>
border-color css
<style>
span { border-color: #2BDB34; }
span { border-color: rgb(43,219,52); }
td.TdClassName
{
border-color: #2BDB34;
}
.TagClassName
{
border-color: #2BDB34;
}
</style>