Shades of Lime Green #2BDF14
Tints of Lime Green #2BDF14
RGB
CMYK
RGB Variations
Color information
#2BDF14 (or 0x2BDF14) is known color: Lime Green. HEX triplet: 2B, DF and 14. RGB value is (43,223,20). Sum of RGB (Red+Green+Blue) = 43+223+20=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDF14 is #D420EB. Grayscale: #929292. Windows color (decimal): -13902060 or 1367851. OLE color: 1367851.
HSL color Cylindrical-coordinate representation of color #2BDF14: hue angle of 113.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BDF14 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 20 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.13 |
| HSL | 113.2º | 0.84% | 0.48% | - |
| HSV(B) | 113.2º | 0.91% | 0.87% | - |
| XYZ | 27.51 | 53.34 | 9.51 | - |
| YUV | 146.04 | 56.87 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 20 | 0.81 | 0 | 0.91 | 0.13 | 113.2 | 0.84 | 0.48 |
| Hex | 2B | DF | 14 | 51 | 0 | 5B | D | 71 | 54 | 30 |
| Octal | 53 | 337 | 24 | 121 | 0 | 133 | 15 | 161 | 124 | 60 |
| Binary | 101011 | 11011111 | 10100 | 1010001 | 0 | 1011011 | 1101 | 1110001 | 1010100 | 110000 |
Color Harmonies of #2BDF14
Complementary color
Monochromatic Colors of #2BDF14
Black with #2BDF14
Text Example
Text Example
White with #2BDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF14; }
p { color: rgb(43,223,20); }
H1.HeaderClassName
{
color: #2BDF14;
}
.AnyTagClassName
{
color: #2BDF14;
}
</style>
background-color css
<style>
a { background-color: #2BDF14; }
a { background-color: rgb(43,223,20); }
div.DivClassName
{
background-color: #2BDF14;
}
.BgClassName
{
background-color: #2BDF14;
}
</style>
border-color css
<style>
span { border-color: #2BDF14; }
span { border-color: rgb(43,223,20); }
td.TdClassName
{
border-color: #2BDF14;
}
.TagClassName
{
border-color: #2BDF14;
}
</style>