Shades of Lime Green #2BDC1B
Tints of Lime Green #2BDC1B
RGB
CMYK
RGB Variations
Color information
#2BDC1B (or 0x2BDC1B) is known color: Lime Green. HEX triplet: 2B, DC and 1B. RGB value is (43,220,27). Sum of RGB (Red+Green+Blue) = 43+220+27=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC1B is #D423E4. Grayscale: #919191. Windows color (decimal): -13902821 or 1825835. OLE color: 1825835.
HSL color Cylindrical-coordinate representation of color #2BDC1B: hue angle of 115.03º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BDC1B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 27 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.14 |
| HSL | 115.03º | 0.78% | 0.48% | - |
| HSV(B) | 115.03º | 0.88% | 0.86% | - |
| XYZ | 26.79 | 51.78 | 9.62 | - |
| YUV | 145.08 | 61.36 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 27 | 0.80 | 0 | 0.88 | 0.14 | 115.03 | 0.78 | 0.48 |
| Hex | 2B | DC | 1B | 50 | 0 | 58 | E | 73 | 4E | 30 |
| Octal | 53 | 334 | 33 | 120 | 0 | 130 | 16 | 163 | 116 | 60 |
| Binary | 101011 | 11011100 | 11011 | 1010000 | 0 | 1011000 | 1110 | 1110011 | 1001110 | 110000 |
Color Harmonies of #2BDC1B
Complementary color
Monochromatic Colors of #2BDC1B
Black with #2BDC1B
Text Example
Text Example
White with #2BDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC1B; }
p { color: rgb(43,220,27); }
H1.HeaderClassName
{
color: #2BDC1B;
}
.AnyTagClassName
{
color: #2BDC1B;
}
</style>
background-color css
<style>
a { background-color: #2BDC1B; }
a { background-color: rgb(43,220,27); }
div.DivClassName
{
background-color: #2BDC1B;
}
.BgClassName
{
background-color: #2BDC1B;
}
</style>
border-color css
<style>
span { border-color: #2BDC1B; }
span { border-color: rgb(43,220,27); }
td.TdClassName
{
border-color: #2BDC1B;
}
.TagClassName
{
border-color: #2BDC1B;
}
</style>