Shades of Lime Green #2BC63E
Tints of Lime Green #2BC63E
RGB
CMYK
RGB Variations
Color information
#2BC63E (or 0x2BC63E) is known color: Lime Green. HEX triplet: 2B, C6 and 3E. RGB value is (43,198,62). Sum of RGB (Red+Green+Blue) = 43+198+62=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC63E is #D439C1. Grayscale: #888888. Windows color (decimal): -13908418 or 4113963. OLE color: 4113963.
HSL color Cylindrical-coordinate representation of color #2BC63E: hue angle of 127.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC63E is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 198 | 62 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.22 |
| HSL | 127.35º | 0.64% | 0.47% | - |
| HSV(B) | 127.35º | 0.78% | 0.78% | - |
| XYZ | 22.06 | 41.25 | 11.36 | - |
| YUV | 136.15 | 86.15 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 198 | 62 | 0.78 | 0 | 0.69 | 0.22 | 127.35 | 0.64 | 0.47 |
| Hex | 2B | C6 | 3E | 4E | 0 | 45 | 16 | 7F | 40 | 2F |
| Octal | 53 | 306 | 76 | 116 | 0 | 105 | 26 | 177 | 100 | 57 |
| Binary | 101011 | 11000110 | 111110 | 1001110 | 0 | 1000101 | 10110 | 1111111 | 1000000 | 101111 |
Color Harmonies of #2BC63E
Complementary color
Monochromatic Colors of #2BC63E
Black with #2BC63E
Text Example
Text Example
White with #2BC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC63E; }
p { color: rgb(43,198,62); }
H1.HeaderClassName
{
color: #2BC63E;
}
.AnyTagClassName
{
color: #2BC63E;
}
</style>
background-color css
<style>
a { background-color: #2BC63E; }
a { background-color: rgb(43,198,62); }
div.DivClassName
{
background-color: #2BC63E;
}
.BgClassName
{
background-color: #2BC63E;
}
</style>
border-color css
<style>
span { border-color: #2BC63E; }
span { border-color: rgb(43,198,62); }
td.TdClassName
{
border-color: #2BC63E;
}
.TagClassName
{
border-color: #2BC63E;
}
</style>