Shades of Lime Green #2BC53E
Tints of Lime Green #2BC53E
RGB
CMYK
RGB Variations
Color information
#2BC53E (or 0x2BC53E) is known color: Lime Green. HEX triplet: 2B, C5 and 3E. RGB value is (43,197,62). Sum of RGB (Red+Green+Blue) = 43+197+62=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC53E is #D43AC1. Grayscale: #878787. Windows color (decimal): -13908674 or 4113707. OLE color: 4113707.
HSL color Cylindrical-coordinate representation of color #2BC53E: hue angle of 127.4º 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 #2BC53E is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 62 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.23 |
| HSL | 127.4º | 0.64% | 0.47% | - |
| HSV(B) | 127.4º | 0.78% | 0.77% | - |
| XYZ | 21.83 | 40.79 | 11.28 | - |
| YUV | 135.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 62 | 0.78 | 0 | 0.69 | 0.23 | 127.4 | 0.64 | 0.47 |
| Hex | 2B | C5 | 3E | 4E | 0 | 45 | 17 | 7F | 40 | 2F |
| Octal | 53 | 305 | 76 | 116 | 0 | 105 | 27 | 177 | 100 | 57 |
| Binary | 101011 | 11000101 | 111110 | 1001110 | 0 | 1000101 | 10111 | 1111111 | 1000000 | 101111 |
Color Harmonies of #2BC53E
Complementary color
Monochromatic Colors of #2BC53E
Black with #2BC53E
Text Example
Text Example
White with #2BC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC53E; }
p { color: rgb(43,197,62); }
H1.HeaderClassName
{
color: #2BC53E;
}
.AnyTagClassName
{
color: #2BC53E;
}
</style>
background-color css
<style>
a { background-color: #2BC53E; }
a { background-color: rgb(43,197,62); }
div.DivClassName
{
background-color: #2BC53E;
}
.BgClassName
{
background-color: #2BC53E;
}
</style>
border-color css
<style>
span { border-color: #2BC53E; }
span { border-color: rgb(43,197,62); }
td.TdClassName
{
border-color: #2BC53E;
}
.TagClassName
{
border-color: #2BC53E;
}
</style>