Shades of Lime Green #2BC551
Tints of Lime Green #2BC551
RGB
CMYK
RGB Variations
Color information
#2BC551 (or 0x2BC551) is known color: Lime Green. HEX triplet: 2B, C5 and 51. RGB value is (43,197,81). Sum of RGB (Red+Green+Blue) = 43+197+81=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC551 is #D43AAE. Grayscale: #8A8A8A. Windows color (decimal): -13908655 or 5358891. OLE color: 5358891.
HSL color Cylindrical-coordinate representation of color #2BC551: hue angle of 134.81º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC551 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 81 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.23 |
| HSL | 134.81º | 0.64% | 0.47% | - |
| HSV(B) | 134.81º | 0.78% | 0.77% | - |
| XYZ | 22.45 | 41.04 | 14.52 | - |
| YUV | 137.73 | 95.98 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 81 | 0.78 | 0 | 0.59 | 0.23 | 134.81 | 0.64 | 0.47 |
| Hex | 2B | C5 | 51 | 4E | 0 | 3B | 17 | 87 | 40 | 2F |
| Octal | 53 | 305 | 121 | 116 | 0 | 73 | 27 | 207 | 100 | 57 |
| Binary | 101011 | 11000101 | 1010001 | 1001110 | 0 | 111011 | 10111 | 10000111 | 1000000 | 101111 |
Color Harmonies of #2BC551
Complementary color
Monochromatic Colors of #2BC551
Black with #2BC551
Text Example
Text Example
White with #2BC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC551; }
p { color: rgb(43,197,81); }
H1.HeaderClassName
{
color: #2BC551;
}
.AnyTagClassName
{
color: #2BC551;
}
</style>
background-color css
<style>
a { background-color: #2BC551; }
a { background-color: rgb(43,197,81); }
div.DivClassName
{
background-color: #2BC551;
}
.BgClassName
{
background-color: #2BC551;
}
</style>
border-color css
<style>
span { border-color: #2BC551; }
span { border-color: rgb(43,197,81); }
td.TdClassName
{
border-color: #2BC551;
}
.TagClassName
{
border-color: #2BC551;
}
</style>