Shades of Lime Green #2BDC12
Tints of Lime Green #2BDC12
RGB
CMYK
RGB Variations
Color information
#2BDC12 (or 0x2BDC12) is known color: Lime Green. HEX triplet: 2B, DC and 12. RGB value is (43,220,18). Sum of RGB (Red+Green+Blue) = 43+220+18=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDC12 is #D423ED. Grayscale: #909090. Windows color (decimal): -13902830 or 1236011. OLE color: 1236011.
HSL color Cylindrical-coordinate representation of color #2BDC12: hue angle of 112.57º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BDC12 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.14 |
| HSL | 112.57º | 0.85% | 0.47% | - |
| HSV(B) | 112.57º | 0.92% | 0.86% | - |
| XYZ | 26.7 | 51.74 | 9.15 | - |
| YUV | 144.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 18 | 0.80 | 0 | 0.92 | 0.14 | 112.57 | 0.85 | 0.47 |
| Hex | 2B | DC | 12 | 50 | 0 | 5C | E | 71 | 55 | 2F |
| Octal | 53 | 334 | 22 | 120 | 0 | 134 | 16 | 161 | 125 | 57 |
| Binary | 101011 | 11011100 | 10010 | 1010000 | 0 | 1011100 | 1110 | 1110001 | 1010101 | 101111 |
Color Harmonies of #2BDC12
Complementary color
Monochromatic Colors of #2BDC12
Black with #2BDC12
Text Example
Text Example
White with #2BDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC12; }
p { color: rgb(43,220,18); }
H1.HeaderClassName
{
color: #2BDC12;
}
.AnyTagClassName
{
color: #2BDC12;
}
</style>
background-color css
<style>
a { background-color: #2BDC12; }
a { background-color: rgb(43,220,18); }
div.DivClassName
{
background-color: #2BDC12;
}
.BgClassName
{
background-color: #2BDC12;
}
</style>
border-color css
<style>
span { border-color: #2BDC12; }
span { border-color: rgb(43,220,18); }
td.TdClassName
{
border-color: #2BDC12;
}
.TagClassName
{
border-color: #2BDC12;
}
</style>