Shades of Lime Green #2BC413
Tints of Lime Green #2BC413
RGB
CMYK
RGB Variations
Color information
#2BC413 (or 0x2BC413) is known color: Lime Green. HEX triplet: 2B, C4 and 13. RGB value is (43,196,19). Sum of RGB (Red+Green+Blue) = 43+196+19=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 196 (76.95% from 255 or 75.97% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC413 is #D43BEC. Grayscale: #828282. Windows color (decimal): -13908973 or 1295403. OLE color: 1295403.
HSL color Cylindrical-coordinate representation of color #2BC413: hue angle of 111.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BC413 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 19 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.23 |
| HSL | 111.86º | 0.82% | 0.42% | - |
| HSV(B) | 111.86º | 0.9% | 0.77% | - |
| XYZ | 20.85 | 40.04 | 7.25 | - |
| YUV | 130.08 | 65.31 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 19 | 0.78 | 0 | 0.90 | 0.23 | 111.86 | 0.82 | 0.42 |
| Hex | 2B | C4 | 13 | 4E | 0 | 5A | 17 | 70 | 52 | 2A |
| Octal | 53 | 304 | 23 | 116 | 0 | 132 | 27 | 160 | 122 | 52 |
| Binary | 101011 | 11000100 | 10011 | 1001110 | 0 | 1011010 | 10111 | 1110000 | 1010010 | 101010 |
Color Harmonies of #2BC413
Complementary color
Monochromatic Colors of #2BC413
Black with #2BC413
Text Example
Text Example
White with #2BC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC413; }
p { color: rgb(43,196,19); }
H1.HeaderClassName
{
color: #2BC413;
}
.AnyTagClassName
{
color: #2BC413;
}
</style>
background-color css
<style>
a { background-color: #2BC413; }
a { background-color: rgb(43,196,19); }
div.DivClassName
{
background-color: #2BC413;
}
.BgClassName
{
background-color: #2BC413;
}
</style>
border-color css
<style>
span { border-color: #2BC413; }
span { border-color: rgb(43,196,19); }
td.TdClassName
{
border-color: #2BC413;
}
.TagClassName
{
border-color: #2BC413;
}
</style>