Shades of Lime Green #2BD112
Tints of Lime Green #2BD112
RGB
CMYK
RGB Variations
Color information
#2BD112 (or 0x2BD112) is known color: Lime Green. HEX triplet: 2B, D1 and 12. RGB value is (43,209,18). Sum of RGB (Red+Green+Blue) = 43+209+18=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 209 (82.03% from 255 or 77.41% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD112 is #D42EED. Grayscale: #8A8A8A. Windows color (decimal): -13905646 or 1233195. OLE color: 1233195.
HSL color Cylindrical-coordinate representation of color #2BD112: hue angle of 112.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BD112 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 18 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.18 |
| HSL | 112.15º | 0.84% | 0.45% | - |
| HSV(B) | 112.15º | 0.91% | 0.82% | - |
| XYZ | 23.91 | 46.16 | 8.22 | - |
| YUV | 137.59 | 60.5 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 18 | 0.79 | 0 | 0.91 | 0.18 | 112.15 | 0.84 | 0.45 |
| Hex | 2B | D1 | 12 | 4F | 0 | 5B | 12 | 70 | 54 | 2D |
| Octal | 53 | 321 | 22 | 117 | 0 | 133 | 22 | 160 | 124 | 55 |
| Binary | 101011 | 11010001 | 10010 | 1001111 | 0 | 1011011 | 10010 | 1110000 | 1010100 | 101101 |
Color Harmonies of #2BD112
Complementary color
Monochromatic Colors of #2BD112
Black with #2BD112
Text Example
Text Example
White with #2BD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD112; }
p { color: rgb(43,209,18); }
H1.HeaderClassName
{
color: #2BD112;
}
.AnyTagClassName
{
color: #2BD112;
}
</style>
background-color css
<style>
a { background-color: #2BD112; }
a { background-color: rgb(43,209,18); }
div.DivClassName
{
background-color: #2BD112;
}
.BgClassName
{
background-color: #2BD112;
}
</style>
border-color css
<style>
span { border-color: #2BD112; }
span { border-color: rgb(43,209,18); }
td.TdClassName
{
border-color: #2BD112;
}
.TagClassName
{
border-color: #2BD112;
}
</style>