Shades of Lime Green #2BD249
Tints of Lime Green #2BD249
RGB
CMYK
RGB Variations
Color information
#2BD249 (or 0x2BD249) is known color: Lime Green. HEX triplet: 2B, D2 and 49. RGB value is (43,210,73). Sum of RGB (Red+Green+Blue) = 43+210+73=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD249 is #D42DB6. Grayscale: #909090. Windows color (decimal): -13905335 or 4837931. OLE color: 4837931.
HSL color Cylindrical-coordinate representation of color #2BD249: hue angle of 130.78º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD249 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 73 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.18 |
| HSL | 130.78º | 0.66% | 0.5% | - |
| HSV(B) | 130.78º | 0.8% | 0.82% | - |
| XYZ | 25.25 | 47.09 | 14.06 | - |
| YUV | 144.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 73 | 0.80 | 0 | 0.65 | 0.18 | 130.78 | 0.66 | 0.5 |
| Hex | 2B | D2 | 49 | 50 | 0 | 41 | 12 | 83 | 42 | 32 |
| Octal | 53 | 322 | 111 | 120 | 0 | 101 | 22 | 203 | 102 | 62 |
| Binary | 101011 | 11010010 | 1001001 | 1010000 | 0 | 1000001 | 10010 | 10000011 | 1000010 | 110010 |
Color Harmonies of #2BD249
Complementary color
Monochromatic Colors of #2BD249
Black with #2BD249
Text Example
Text Example
White with #2BD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD249; }
p { color: rgb(43,210,73); }
H1.HeaderClassName
{
color: #2BD249;
}
.AnyTagClassName
{
color: #2BD249;
}
</style>
background-color css
<style>
a { background-color: #2BD249; }
a { background-color: rgb(43,210,73); }
div.DivClassName
{
background-color: #2BD249;
}
.BgClassName
{
background-color: #2BD249;
}
</style>
border-color css
<style>
span { border-color: #2BD249; }
span { border-color: rgb(43,210,73); }
td.TdClassName
{
border-color: #2BD249;
}
.TagClassName
{
border-color: #2BD249;
}
</style>