Shades of Lime Green #2BDD0F
Tints of Lime Green #2BDD0F
RGB
CMYK
RGB Variations
Color information
#2BDD0F (or 0x2BDD0F) is known color: Lime Green. HEX triplet: 2B, DD and 0F. RGB value is (43,221,15). Sum of RGB (Red+Green+Blue) = 43+221+15=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 221 (86.72% from 255 or 79.21% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDD0F is #D422F0. Grayscale: #909090. Windows color (decimal): -13902577 or 1039659. OLE color: 1039659.
HSL color Cylindrical-coordinate representation of color #2BDD0F: hue angle of 111.84º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BDD0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 221 | 15 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.13 |
| HSL | 111.84º | 0.87% | 0.46% | - |
| HSV(B) | 111.84º | 0.93% | 0.87% | - |
| XYZ | 26.94 | 52.26 | 9.12 | - |
| YUV | 144.29 | 55.03 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 221 | 15 | 0.81 | 0 | 0.93 | 0.13 | 111.84 | 0.87 | 0.46 |
| Hex | 2B | DD | F | 51 | 0 | 5D | D | 70 | 57 | 2E |
| Octal | 53 | 335 | 17 | 121 | 0 | 135 | 15 | 160 | 127 | 56 |
| Binary | 101011 | 11011101 | 1111 | 1010001 | 0 | 1011101 | 1101 | 1110000 | 1010111 | 101110 |
Color Harmonies of #2BDD0F
Complementary color
Monochromatic Colors of #2BDD0F
Black with #2BDD0F
Text Example
Text Example
White with #2BDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDD0F; }
p { color: rgb(43,221,15); }
H1.HeaderClassName
{
color: #2BDD0F;
}
.AnyTagClassName
{
color: #2BDD0F;
}
</style>
background-color css
<style>
a { background-color: #2BDD0F; }
a { background-color: rgb(43,221,15); }
div.DivClassName
{
background-color: #2BDD0F;
}
.BgClassName
{
background-color: #2BDD0F;
}
</style>
border-color css
<style>
span { border-color: #2BDD0F; }
span { border-color: rgb(43,221,15); }
td.TdClassName
{
border-color: #2BDD0F;
}
.TagClassName
{
border-color: #2BDD0F;
}
</style>