Shades of Lime Green #2BD70E
Tints of Lime Green #2BD70E
RGB
CMYK
RGB Variations
Color information
#2BD70E (or 0x2BD70E) is known color: Lime Green. HEX triplet: 2B, D7 and 0E. RGB value is (43,215,14). Sum of RGB (Red+Green+Blue) = 43+215+14=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 215 (84.38% from 255 or 79.04% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD70E is #D428F1. Grayscale: #8D8D8D. Windows color (decimal): -13904114 or 972587. OLE color: 972587.
HSL color Cylindrical-coordinate representation of color #2BD70E: hue angle of 111.34º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BD70E is Cyan = 0.8, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 14 | - |
| CMYK | 0.8 | 0 | 0.93 | 0.16 |
| HSL | 111.34º | 0.88% | 0.45% | - |
| HSV(B) | 111.34º | 0.93% | 0.84% | - |
| XYZ | 25.38 | 49.15 | 8.56 | - |
| YUV | 140.66 | 56.52 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 14 | 0.8 | 0 | 0.93 | 0.16 | 111.34 | 0.88 | 0.45 |
| Hex | 2B | D7 | E | 50 | 0 | 5D | 10 | 6F | 58 | 2D |
| Octal | 53 | 327 | 16 | 120 | 0 | 135 | 20 | 157 | 130 | 55 |
| Binary | 101011 | 11010111 | 1110 | 1010000 | 0 | 1011101 | 10000 | 1101111 | 1011000 | 101101 |
Color Harmonies of #2BD70E
Complementary color
Monochromatic Colors of #2BD70E
Black with #2BD70E
Text Example
Text Example
White with #2BD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD70E; }
p { color: rgb(43,215,14); }
H1.HeaderClassName
{
color: #2BD70E;
}
.AnyTagClassName
{
color: #2BD70E;
}
</style>
background-color css
<style>
a { background-color: #2BD70E; }
a { background-color: rgb(43,215,14); }
div.DivClassName
{
background-color: #2BD70E;
}
.BgClassName
{
background-color: #2BD70E;
}
</style>
border-color css
<style>
span { border-color: #2BD70E; }
span { border-color: rgb(43,215,14); }
td.TdClassName
{
border-color: #2BD70E;
}
.TagClassName
{
border-color: #2BD70E;
}
</style>