Shades of Lime Green #2BC350
Tints of Lime Green #2BC350
RGB
CMYK
RGB Variations
Color information
#2BC350 (or 0x2BC350) is known color: Lime Green. HEX triplet: 2B, C3 and 50. RGB value is (43,195,80). Sum of RGB (Red+Green+Blue) = 43+195+80=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC350 is #D43CAF. Grayscale: #888888. Windows color (decimal): -13909168 or 5292843. OLE color: 5292843.
HSL color Cylindrical-coordinate representation of color #2BC350: hue angle of 134.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC350 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 80 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.24 |
| HSL | 134.61º | 0.64% | 0.47% | - |
| HSV(B) | 134.61º | 0.78% | 0.76% | - |
| XYZ | 21.96 | 40.12 | 14.18 | - |
| YUV | 136.44 | 96.14 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 80 | 0.78 | 0 | 0.59 | 0.24 | 134.61 | 0.64 | 0.47 |
| Hex | 2B | C3 | 50 | 4E | 0 | 3B | 18 | 87 | 40 | 2F |
| Octal | 53 | 303 | 120 | 116 | 0 | 73 | 30 | 207 | 100 | 57 |
| Binary | 101011 | 11000011 | 1010000 | 1001110 | 0 | 111011 | 11000 | 10000111 | 1000000 | 101111 |
Color Harmonies of #2BC350
Complementary color
Monochromatic Colors of #2BC350
Black with #2BC350
Text Example
Text Example
White with #2BC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC350; }
p { color: rgb(43,195,80); }
H1.HeaderClassName
{
color: #2BC350;
}
.AnyTagClassName
{
color: #2BC350;
}
</style>
background-color css
<style>
a { background-color: #2BC350; }
a { background-color: rgb(43,195,80); }
div.DivClassName
{
background-color: #2BC350;
}
.BgClassName
{
background-color: #2BC350;
}
</style>
border-color css
<style>
span { border-color: #2BC350; }
span { border-color: rgb(43,195,80); }
td.TdClassName
{
border-color: #2BC350;
}
.TagClassName
{
border-color: #2BC350;
}
</style>