Shades of Lime Green #2BC423
Tints of Lime Green #2BC423
RGB
CMYK
RGB Variations
Color information
#2BC423 (or 0x2BC423) is known color: Lime Green. HEX triplet: 2B, C4 and 23. RGB value is (43,196,35). Sum of RGB (Red+Green+Blue) = 43+196+35=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 196 (76.95% from 255 or 71.53% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC423 is #D43BDC. Grayscale: #848484. Windows color (decimal): -13908957 or 2343979. OLE color: 2343979.
HSL color Cylindrical-coordinate representation of color #2BC423: hue angle of 117.02º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC423 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 35 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.23 |
| HSL | 117.02º | 0.7% | 0.45% | - |
| HSV(B) | 117.02º | 0.82% | 0.77% | - |
| XYZ | 21.04 | 40.11 | 8.22 | - |
| YUV | 131.9 | 73.31 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 35 | 0.78 | 0 | 0.82 | 0.23 | 117.02 | 0.7 | 0.45 |
| Hex | 2B | C4 | 23 | 4E | 0 | 52 | 17 | 75 | 46 | 2D |
| Octal | 53 | 304 | 43 | 116 | 0 | 122 | 27 | 165 | 106 | 55 |
| Binary | 101011 | 11000100 | 100011 | 1001110 | 0 | 1010010 | 10111 | 1110101 | 1000110 | 101101 |
Color Harmonies of #2BC423
Complementary color
Monochromatic Colors of #2BC423
Black with #2BC423
Text Example
Text Example
White with #2BC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC423; }
p { color: rgb(43,196,35); }
H1.HeaderClassName
{
color: #2BC423;
}
.AnyTagClassName
{
color: #2BC423;
}
</style>
background-color css
<style>
a { background-color: #2BC423; }
a { background-color: rgb(43,196,35); }
div.DivClassName
{
background-color: #2BC423;
}
.BgClassName
{
background-color: #2BC423;
}
</style>
border-color css
<style>
span { border-color: #2BC423; }
span { border-color: rgb(43,196,35); }
td.TdClassName
{
border-color: #2BC423;
}
.TagClassName
{
border-color: #2BC423;
}
</style>