Shades of Lime Green #2BDD2C
Tints of Lime Green #2BDD2C
RGB
CMYK
RGB Variations
Color information
#2BDD2C (or 0x2BDD2C) is known color: Lime Green. HEX triplet: 2B, DD and 2C. RGB value is (43,221,44). Sum of RGB (Red+Green+Blue) = 43+221+44=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDD2C is #D422D3. Grayscale: #949494. Windows color (decimal): -13902548 or 2940203. OLE color: 2940203.
HSL color Cylindrical-coordinate representation of color #2BDD2C: hue angle of 120.34º degrees, saturation: 0.72, 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 #2BDD2C is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 221 | 44 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.13 |
| HSL | 120.34º | 0.72% | 0.52% | - |
| HSV(B) | 120.34º | 0.81% | 0.87% | - |
| XYZ | 27.31 | 52.41 | 11.06 | - |
| YUV | 147.6 | 69.53 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 44 | 0.81 | 0 | 0.80 | 0.13 | 120.34 | 0.72 | 0.52 |
| Hex | 2B | DD | 2C | 51 | 0 | 50 | D | 78 | 48 | 34 |
| Octal | 53 | 335 | 54 | 121 | 0 | 120 | 15 | 170 | 110 | 64 |
| Binary | 101011 | 11011101 | 101100 | 1010001 | 0 | 1010000 | 1101 | 1111000 | 1001000 | 110100 |
Color Harmonies of #2BDD2C
Complementary color
Monochromatic Colors of #2BDD2C
Black with #2BDD2C
Text Example
Text Example
White with #2BDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDD2C; }
p { color: rgb(43,221,44); }
H1.HeaderClassName
{
color: #2BDD2C;
}
.AnyTagClassName
{
color: #2BDD2C;
}
</style>
background-color css
<style>
a { background-color: #2BDD2C; }
a { background-color: rgb(43,221,44); }
div.DivClassName
{
background-color: #2BDD2C;
}
.BgClassName
{
background-color: #2BDD2C;
}
</style>
border-color css
<style>
span { border-color: #2BDD2C; }
span { border-color: rgb(43,221,44); }
td.TdClassName
{
border-color: #2BDD2C;
}
.TagClassName
{
border-color: #2BDD2C;
}
</style>