Shades of Lime Green #2BC53D
Tints of Lime Green #2BC53D
RGB
CMYK
RGB Variations
Color information
#2BC53D (or 0x2BC53D) is known color: Lime Green. HEX triplet: 2B, C5 and 3D. RGB value is (43,197,61). Sum of RGB (Red+Green+Blue) = 43+197+61=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC53D is #D43AC2. Grayscale: #878787. Windows color (decimal): -13908675 or 4048171. OLE color: 4048171.
HSL color Cylindrical-coordinate representation of color #2BC53D: hue angle of 127.01º 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 #2BC53D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 61 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.23 |
| HSL | 127.01º | 0.64% | 0.47% | - |
| HSV(B) | 127.01º | 0.78% | 0.77% | - |
| XYZ | 21.8 | 40.78 | 11.14 | - |
| YUV | 135.45 | 85.98 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 61 | 0.78 | 0 | 0.69 | 0.23 | 127.01 | 0.64 | 0.47 |
| Hex | 2B | C5 | 3D | 4E | 0 | 45 | 17 | 7F | 40 | 2F |
| Octal | 53 | 305 | 75 | 116 | 0 | 105 | 27 | 177 | 100 | 57 |
| Binary | 101011 | 11000101 | 111101 | 1001110 | 0 | 1000101 | 10111 | 1111111 | 1000000 | 101111 |
Color Harmonies of #2BC53D
Complementary color
Monochromatic Colors of #2BC53D
Black with #2BC53D
Text Example
Text Example
White with #2BC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC53D; }
p { color: rgb(43,197,61); }
H1.HeaderClassName
{
color: #2BC53D;
}
.AnyTagClassName
{
color: #2BC53D;
}
</style>
background-color css
<style>
a { background-color: #2BC53D; }
a { background-color: rgb(43,197,61); }
div.DivClassName
{
background-color: #2BC53D;
}
.BgClassName
{
background-color: #2BC53D;
}
</style>
border-color css
<style>
span { border-color: #2BC53D; }
span { border-color: rgb(43,197,61); }
td.TdClassName
{
border-color: #2BC53D;
}
.TagClassName
{
border-color: #2BC53D;
}
</style>