Shades of Lime Green #2BC83B
Tints of Lime Green #2BC83B
RGB
CMYK
RGB Variations
Color information
#2BC83B (or 0x2BC83B) is known color: Lime Green. HEX triplet: 2B, C8 and 3B. RGB value is (43,200,59). Sum of RGB (Red+Green+Blue) = 43+200+59=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC83B is #D437C4. Grayscale: #898989. Windows color (decimal): -13907909 or 3917867. OLE color: 3917867.
HSL color Cylindrical-coordinate representation of color #2BC83B: hue angle of 126.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC83B is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 200 | 59 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.22 |
| HSL | 126.11º | 0.65% | 0.48% | - |
| HSV(B) | 126.11º | 0.79% | 0.78% | - |
| XYZ | 22.44 | 42.14 | 11.09 | - |
| YUV | 136.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 200 | 59 | 0.78 | 0 | 0.70 | 0.22 | 126.11 | 0.65 | 0.48 |
| Hex | 2B | C8 | 3B | 4E | 0 | 46 | 16 | 7E | 41 | 30 |
| Octal | 53 | 310 | 73 | 116 | 0 | 106 | 26 | 176 | 101 | 60 |
| Binary | 101011 | 11001000 | 111011 | 1001110 | 0 | 1000110 | 10110 | 1111110 | 1000001 | 110000 |
Color Harmonies of #2BC83B
Complementary color
Monochromatic Colors of #2BC83B
Black with #2BC83B
Text Example
Text Example
White with #2BC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC83B; }
p { color: rgb(43,200,59); }
H1.HeaderClassName
{
color: #2BC83B;
}
.AnyTagClassName
{
color: #2BC83B;
}
</style>
background-color css
<style>
a { background-color: #2BC83B; }
a { background-color: rgb(43,200,59); }
div.DivClassName
{
background-color: #2BC83B;
}
.BgClassName
{
background-color: #2BC83B;
}
</style>
border-color css
<style>
span { border-color: #2BC83B; }
span { border-color: rgb(43,200,59); }
td.TdClassName
{
border-color: #2BC83B;
}
.TagClassName
{
border-color: #2BC83B;
}
</style>