Shades of Lime Green #2BC12F
Tints of Lime Green #2BC12F
RGB
CMYK
RGB Variations
Color information
#2BC12F (or 0x2BC12F) is known color: Lime Green. HEX triplet: 2B, C1 and 2F. RGB value is (43,193,47). Sum of RGB (Red+Green+Blue) = 43+193+47=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC12F is #D43ED0. Grayscale: #838383. Windows color (decimal): -13909713 or 3129643. OLE color: 3129643.
HSL color Cylindrical-coordinate representation of color #2BC12F: hue angle of 121.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC12F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 47 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.24 |
| HSL | 121.6º | 0.64% | 0.46% | - |
| HSV(B) | 121.6º | 0.78% | 0.76% | - |
| XYZ | 20.58 | 38.86 | 9.11 | - |
| YUV | 131.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 47 | 0.78 | 0 | 0.76 | 0.24 | 121.6 | 0.64 | 0.46 |
| Hex | 2B | C1 | 2F | 4E | 0 | 4C | 18 | 7A | 40 | 2E |
| Octal | 53 | 301 | 57 | 116 | 0 | 114 | 30 | 172 | 100 | 56 |
| Binary | 101011 | 11000001 | 101111 | 1001110 | 0 | 1001100 | 11000 | 1111010 | 1000000 | 101110 |
Color Harmonies of #2BC12F
Complementary color
Monochromatic Colors of #2BC12F
Black with #2BC12F
Text Example
Text Example
White with #2BC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC12F; }
p { color: rgb(43,193,47); }
H1.HeaderClassName
{
color: #2BC12F;
}
.AnyTagClassName
{
color: #2BC12F;
}
</style>
background-color css
<style>
a { background-color: #2BC12F; }
a { background-color: rgb(43,193,47); }
div.DivClassName
{
background-color: #2BC12F;
}
.BgClassName
{
background-color: #2BC12F;
}
</style>
border-color css
<style>
span { border-color: #2BC12F; }
span { border-color: rgb(43,193,47); }
td.TdClassName
{
border-color: #2BC12F;
}
.TagClassName
{
border-color: #2BC12F;
}
</style>