Shades of Lime Green #2BC94D
Tints of Lime Green #2BC94D
RGB
CMYK
RGB Variations
Color information
#2BC94D (or 0x2BC94D) is known color: Lime Green. HEX triplet: 2B, C9 and 4D. RGB value is (43,201,77). Sum of RGB (Red+Green+Blue) = 43+201+77=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC94D is #D436B2. Grayscale: #8B8B8B. Windows color (decimal): -13907635 or 5097771. OLE color: 5097771.
HSL color Cylindrical-coordinate representation of color #2BC94D: hue angle of 132.91º 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 #2BC94D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 201 | 77 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.21 |
| HSL | 132.91º | 0.65% | 0.48% | - |
| HSV(B) | 132.91º | 0.79% | 0.79% | - |
| XYZ | 23.22 | 42.82 | 14.06 | - |
| YUV | 139.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 77 | 0.79 | 0 | 0.62 | 0.21 | 132.91 | 0.65 | 0.48 |
| Hex | 2B | C9 | 4D | 4F | 0 | 3E | 15 | 85 | 41 | 30 |
| Octal | 53 | 311 | 115 | 117 | 0 | 76 | 25 | 205 | 101 | 60 |
| Binary | 101011 | 11001001 | 1001101 | 1001111 | 0 | 111110 | 10101 | 10000101 | 1000001 | 110000 |
Color Harmonies of #2BC94D
Complementary color
Monochromatic Colors of #2BC94D
Black with #2BC94D
Text Example
Text Example
White with #2BC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC94D; }
p { color: rgb(43,201,77); }
H1.HeaderClassName
{
color: #2BC94D;
}
.AnyTagClassName
{
color: #2BC94D;
}
</style>
background-color css
<style>
a { background-color: #2BC94D; }
a { background-color: rgb(43,201,77); }
div.DivClassName
{
background-color: #2BC94D;
}
.BgClassName
{
background-color: #2BC94D;
}
</style>
border-color css
<style>
span { border-color: #2BC94D; }
span { border-color: rgb(43,201,77); }
td.TdClassName
{
border-color: #2BC94D;
}
.TagClassName
{
border-color: #2BC94D;
}
</style>