Shades of Lime Green #2BDF49
Tints of Lime Green #2BDF49
RGB
CMYK
RGB Variations
Color information
#2BDF49 (or 0x2BDF49) is known color: Lime Green. HEX triplet: 2B, DF and 49. RGB value is (43,223,73). Sum of RGB (Red+Green+Blue) = 43+223+73=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF49 is #D420B6. Grayscale: #989898. Windows color (decimal): -13902007 or 4841259. OLE color: 4841259.
HSL color Cylindrical-coordinate representation of color #2BDF49: hue angle of 130º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF49 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 73 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.13 |
| HSL | 130º | 0.74% | 0.52% | - |
| HSV(B) | 130º | 0.81% | 0.87% | - |
| XYZ | 28.59 | 53.77 | 15.18 | - |
| YUV | 152.08 | 83.37 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 73 | 0.81 | 0 | 0.67 | 0.13 | 130 | 0.74 | 0.52 |
| Hex | 2B | DF | 49 | 51 | 0 | 43 | D | 82 | 4A | 34 |
| Octal | 53 | 337 | 111 | 121 | 0 | 103 | 15 | 202 | 112 | 64 |
| Binary | 101011 | 11011111 | 1001001 | 1010001 | 0 | 1000011 | 1101 | 10000010 | 1001010 | 110100 |
Color Harmonies of #2BDF49
Complementary color
Monochromatic Colors of #2BDF49
Black with #2BDF49
Text Example
Text Example
White with #2BDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF49; }
p { color: rgb(43,223,73); }
H1.HeaderClassName
{
color: #2BDF49;
}
.AnyTagClassName
{
color: #2BDF49;
}
</style>
background-color css
<style>
a { background-color: #2BDF49; }
a { background-color: rgb(43,223,73); }
div.DivClassName
{
background-color: #2BDF49;
}
.BgClassName
{
background-color: #2BDF49;
}
</style>
border-color css
<style>
span { border-color: #2BDF49; }
span { border-color: rgb(43,223,73); }
td.TdClassName
{
border-color: #2BDF49;
}
.TagClassName
{
border-color: #2BDF49;
}
</style>