Shades of Lime Green #2BC515
Tints of Lime Green #2BC515
RGB
CMYK
RGB Variations
Color information
#2BC515 (or 0x2BC515) is known color: Lime Green. HEX triplet: 2B, C5 and 15. RGB value is (43,197,21). Sum of RGB (Red+Green+Blue) = 43+197+21=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC515 is #D43AEA. Grayscale: #838383. Windows color (decimal): -13908715 or 1426731. OLE color: 1426731.
HSL color Cylindrical-coordinate representation of color #2BC515: hue angle of 112.5º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2BC515 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 21 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.23 |
| HSL | 112.5º | 0.81% | 0.43% | - |
| HSV(B) | 112.5º | 0.89% | 0.77% | - |
| XYZ | 21.1 | 40.5 | 7.41 | - |
| YUV | 130.89 | 65.98 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 21 | 0.78 | 0 | 0.89 | 0.23 | 112.5 | 0.81 | 0.43 |
| Hex | 2B | C5 | 15 | 4E | 0 | 59 | 17 | 70 | 51 | 2B |
| Octal | 53 | 305 | 25 | 116 | 0 | 131 | 27 | 160 | 121 | 53 |
| Binary | 101011 | 11000101 | 10101 | 1001110 | 0 | 1011001 | 10111 | 1110000 | 1010001 | 101011 |
Color Harmonies of #2BC515
Complementary color
Monochromatic Colors of #2BC515
Black with #2BC515
Text Example
Text Example
White with #2BC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC515; }
p { color: rgb(43,197,21); }
H1.HeaderClassName
{
color: #2BC515;
}
.AnyTagClassName
{
color: #2BC515;
}
</style>
background-color css
<style>
a { background-color: #2BC515; }
a { background-color: rgb(43,197,21); }
div.DivClassName
{
background-color: #2BC515;
}
.BgClassName
{
background-color: #2BC515;
}
</style>
border-color css
<style>
span { border-color: #2BC515; }
span { border-color: rgb(43,197,21); }
td.TdClassName
{
border-color: #2BC515;
}
.TagClassName
{
border-color: #2BC515;
}
</style>