Shades of Lime Green #2BDC2F
Tints of Lime Green #2BDC2F
RGB
CMYK
RGB Variations
Color information
#2BDC2F (or 0x2BDC2F) is known color: Lime Green. HEX triplet: 2B, DC and 2F. RGB value is (43,220,47). Sum of RGB (Red+Green+Blue) = 43+220+47=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC2F is #D423D0. Grayscale: #939393. Windows color (decimal): -13902801 or 3136555. OLE color: 3136555.
HSL color Cylindrical-coordinate representation of color #2BDC2F: hue angle of 121.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC2F is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 47 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.14 |
| HSL | 121.36º | 0.72% | 0.52% | - |
| HSV(B) | 121.36º | 0.8% | 0.86% | - |
| XYZ | 27.1 | 51.91 | 11.28 | - |
| YUV | 147.36 | 71.36 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 47 | 0.80 | 0 | 0.79 | 0.14 | 121.36 | 0.72 | 0.52 |
| Hex | 2B | DC | 2F | 50 | 0 | 4F | E | 79 | 48 | 34 |
| Octal | 53 | 334 | 57 | 120 | 0 | 117 | 16 | 171 | 110 | 64 |
| Binary | 101011 | 11011100 | 101111 | 1010000 | 0 | 1001111 | 1110 | 1111001 | 1001000 | 110100 |
Color Harmonies of #2BDC2F
Complementary color
Monochromatic Colors of #2BDC2F
Black with #2BDC2F
Text Example
Text Example
White with #2BDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC2F; }
p { color: rgb(43,220,47); }
H1.HeaderClassName
{
color: #2BDC2F;
}
.AnyTagClassName
{
color: #2BDC2F;
}
</style>
background-color css
<style>
a { background-color: #2BDC2F; }
a { background-color: rgb(43,220,47); }
div.DivClassName
{
background-color: #2BDC2F;
}
.BgClassName
{
background-color: #2BDC2F;
}
</style>
border-color css
<style>
span { border-color: #2BDC2F; }
span { border-color: rgb(43,220,47); }
td.TdClassName
{
border-color: #2BDC2F;
}
.TagClassName
{
border-color: #2BDC2F;
}
</style>