Shades of Lime Green #2BC426
Tints of Lime Green #2BC426
RGB
CMYK
RGB Variations
Color information
#2BC426 (or 0x2BC426) is known color: Lime Green. HEX triplet: 2B, C4 and 26. RGB value is (43,196,38). Sum of RGB (Red+Green+Blue) = 43+196+38=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 196 (76.95% from 255 or 70.76% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC426 is #D43BD9. Grayscale: #848484. Windows color (decimal): -13908954 or 2540587. OLE color: 2540587.
HSL color Cylindrical-coordinate representation of color #2BC426: hue angle of 118.1º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BC426 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 38 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.23 |
| HSL | 118.1º | 0.68% | 0.46% | - |
| HSV(B) | 118.1º | 0.81% | 0.77% | - |
| XYZ | 21.09 | 40.13 | 8.47 | - |
| YUV | 132.24 | 74.81 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 38 | 0.78 | 0 | 0.81 | 0.23 | 118.1 | 0.68 | 0.46 |
| Hex | 2B | C4 | 26 | 4E | 0 | 51 | 17 | 76 | 44 | 2E |
| Octal | 53 | 304 | 46 | 116 | 0 | 121 | 27 | 166 | 104 | 56 |
| Binary | 101011 | 11000100 | 100110 | 1001110 | 0 | 1010001 | 10111 | 1110110 | 1000100 | 101110 |
Color Harmonies of #2BC426
Complementary color
Monochromatic Colors of #2BC426
Black with #2BC426
Text Example
Text Example
White with #2BC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC426; }
p { color: rgb(43,196,38); }
H1.HeaderClassName
{
color: #2BC426;
}
.AnyTagClassName
{
color: #2BC426;
}
</style>
background-color css
<style>
a { background-color: #2BC426; }
a { background-color: rgb(43,196,38); }
div.DivClassName
{
background-color: #2BC426;
}
.BgClassName
{
background-color: #2BC426;
}
</style>
border-color css
<style>
span { border-color: #2BC426; }
span { border-color: rgb(43,196,38); }
td.TdClassName
{
border-color: #2BC426;
}
.TagClassName
{
border-color: #2BC426;
}
</style>