Shades of Lime Green #2BC429
Tints of Lime Green #2BC429
RGB
CMYK
RGB Variations
Color information
#2BC429 (or 0x2BC429) is known color: Lime Green. HEX triplet: 2B, C4 and 29. RGB value is (43,196,41). Sum of RGB (Red+Green+Blue) = 43+196+41=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC429 is #D43BD6. Grayscale: #858585. Windows color (decimal): -13908951 or 2737195. OLE color: 2737195.
HSL color Cylindrical-coordinate representation of color #2BC429: hue angle of 119.23º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC429 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 41 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.23 |
| HSL | 119.23º | 0.65% | 0.46% | - |
| HSV(B) | 119.23º | 0.79% | 0.77% | - |
| XYZ | 21.14 | 40.15 | 8.73 | - |
| YUV | 132.58 | 76.31 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 41 | 0.78 | 0 | 0.79 | 0.23 | 119.23 | 0.65 | 0.46 |
| Hex | 2B | C4 | 29 | 4E | 0 | 4F | 17 | 77 | 41 | 2E |
| Octal | 53 | 304 | 51 | 116 | 0 | 117 | 27 | 167 | 101 | 56 |
| Binary | 101011 | 11000100 | 101001 | 1001110 | 0 | 1001111 | 10111 | 1110111 | 1000001 | 101110 |
Color Harmonies of #2BC429
Complementary color
Monochromatic Colors of #2BC429
Black with #2BC429
Text Example
Text Example
White with #2BC429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC429; }
p { color: rgb(43,196,41); }
H1.HeaderClassName
{
color: #2BC429;
}
.AnyTagClassName
{
color: #2BC429;
}
</style>
background-color css
<style>
a { background-color: #2BC429; }
a { background-color: rgb(43,196,41); }
div.DivClassName
{
background-color: #2BC429;
}
.BgClassName
{
background-color: #2BC429;
}
</style>
border-color css
<style>
span { border-color: #2BC429; }
span { border-color: rgb(43,196,41); }
td.TdClassName
{
border-color: #2BC429;
}
.TagClassName
{
border-color: #2BC429;
}
</style>