Shades of Lime Green #2BB623
Tints of Lime Green #2BB623
RGB
CMYK
RGB Variations
Color information
#2BB623 (or 0x2BB623) is known color: Lime Green. HEX triplet: 2B, B6 and 23. RGB value is (43,182,35). Sum of RGB (Red+Green+Blue) = 43+182+35=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB623 is #D449DC. Grayscale: #7C7C7C. Windows color (decimal): -13912541 or 2340395. OLE color: 2340395.
HSL color Cylindrical-coordinate representation of color #2BB623: hue angle of 116.73º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BB623 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 35 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.29 |
| HSL | 116.73º | 0.68% | 0.43% | - |
| HSV(B) | 116.73º | 0.81% | 0.71% | - |
| XYZ | 18.03 | 34.09 | 7.22 | - |
| YUV | 123.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 35 | 0.76 | 0 | 0.81 | 0.29 | 116.73 | 0.68 | 0.43 |
| Hex | 2B | B6 | 23 | 4C | 0 | 51 | 1D | 75 | 44 | 2B |
| Octal | 53 | 266 | 43 | 114 | 0 | 121 | 35 | 165 | 104 | 53 |
| Binary | 101011 | 10110110 | 100011 | 1001100 | 0 | 1010001 | 11101 | 1110101 | 1000100 | 101011 |
Color Harmonies of #2BB623
Complementary color
Monochromatic Colors of #2BB623
Black with #2BB623
Text Example
Text Example
White with #2BB623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB623; }
p { color: rgb(43,182,35); }
H1.HeaderClassName
{
color: #2BB623;
}
.AnyTagClassName
{
color: #2BB623;
}
</style>
background-color css
<style>
a { background-color: #2BB623; }
a { background-color: rgb(43,182,35); }
div.DivClassName
{
background-color: #2BB623;
}
.BgClassName
{
background-color: #2BB623;
}
</style>
border-color css
<style>
span { border-color: #2BB623; }
span { border-color: rgb(43,182,35); }
td.TdClassName
{
border-color: #2BB623;
}
.TagClassName
{
border-color: #2BB623;
}
</style>