Shades of Lime Green #2BC43F
Tints of Lime Green #2BC43F
RGB
CMYK
RGB Variations
Color information
#2BC43F (or 0x2BC43F) is known color: Lime Green. HEX triplet: 2B, C4 and 3F. RGB value is (43,196,63). Sum of RGB (Red+Green+Blue) = 43+196+63=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC43F is #D43BC0. Grayscale: #878787. Windows color (decimal): -13908929 or 4178987. OLE color: 4178987.
HSL color Cylindrical-coordinate representation of color #2BC43F: hue angle of 127.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC43F is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 63 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.23 |
| HSL | 127.84º | 0.64% | 0.47% | - |
| HSV(B) | 127.84º | 0.78% | 0.77% | - |
| XYZ | 21.63 | 40.35 | 11.35 | - |
| YUV | 135.09 | 87.31 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 63 | 0.78 | 0 | 0.68 | 0.23 | 127.84 | 0.64 | 0.47 |
| Hex | 2B | C4 | 3F | 4E | 0 | 44 | 17 | 80 | 40 | 2F |
| Octal | 53 | 304 | 77 | 116 | 0 | 104 | 27 | 200 | 100 | 57 |
| Binary | 101011 | 11000100 | 111111 | 1001110 | 0 | 1000100 | 10111 | 10000000 | 1000000 | 101111 |
Color Harmonies of #2BC43F
Complementary color
Monochromatic Colors of #2BC43F
Black with #2BC43F
Text Example
Text Example
White with #2BC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC43F; }
p { color: rgb(43,196,63); }
H1.HeaderClassName
{
color: #2BC43F;
}
.AnyTagClassName
{
color: #2BC43F;
}
</style>
background-color css
<style>
a { background-color: #2BC43F; }
a { background-color: rgb(43,196,63); }
div.DivClassName
{
background-color: #2BC43F;
}
.BgClassName
{
background-color: #2BC43F;
}
</style>
border-color css
<style>
span { border-color: #2BC43F; }
span { border-color: rgb(43,196,63); }
td.TdClassName
{
border-color: #2BC43F;
}
.TagClassName
{
border-color: #2BC43F;
}
</style>