Shades of Lime Green #2BC93F
Tints of Lime Green #2BC93F
RGB
CMYK
RGB Variations
Color information
#2BC93F (or 0x2BC93F) is known color: Lime Green. HEX triplet: 2B, C9 and 3F. RGB value is (43,201,63). Sum of RGB (Red+Green+Blue) = 43+201+63=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC93F is #D436C0. Grayscale: #8A8A8A. Windows color (decimal): -13907649 or 4180267. OLE color: 4180267.
HSL color Cylindrical-coordinate representation of color #2BC93F: hue angle of 127.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC93F is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 63 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.21 |
| HSL | 127.59º | 0.65% | 0.48% | - |
| HSV(B) | 127.59º | 0.79% | 0.79% | - |
| XYZ | 22.78 | 42.65 | 11.73 | - |
| YUV | 138.03 | 85.65 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 63 | 0.79 | 0 | 0.69 | 0.21 | 127.59 | 0.65 | 0.48 |
| Hex | 2B | C9 | 3F | 4F | 0 | 45 | 15 | 80 | 41 | 30 |
| Octal | 53 | 311 | 77 | 117 | 0 | 105 | 25 | 200 | 101 | 60 |
| Binary | 101011 | 11001001 | 111111 | 1001111 | 0 | 1000101 | 10101 | 10000000 | 1000001 | 110000 |
Color Harmonies of #2BC93F
Complementary color
Monochromatic Colors of #2BC93F
Black with #2BC93F
Text Example
Text Example
White with #2BC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC93F; }
p { color: rgb(43,201,63); }
H1.HeaderClassName
{
color: #2BC93F;
}
.AnyTagClassName
{
color: #2BC93F;
}
</style>
background-color css
<style>
a { background-color: #2BC93F; }
a { background-color: rgb(43,201,63); }
div.DivClassName
{
background-color: #2BC93F;
}
.BgClassName
{
background-color: #2BC93F;
}
</style>
border-color css
<style>
span { border-color: #2BC93F; }
span { border-color: rgb(43,201,63); }
td.TdClassName
{
border-color: #2BC93F;
}
.TagClassName
{
border-color: #2BC93F;
}
</style>