Shades of Lime Green #2BC04D
Tints of Lime Green #2BC04D
RGB
CMYK
RGB Variations
Color information
#2BC04D (or 0x2BC04D) is known color: Lime Green. HEX triplet: 2B, C0 and 4D. RGB value is (43,192,77). Sum of RGB (Red+Green+Blue) = 43+192+77=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC04D is #D43FB2. Grayscale: #868686. Windows color (decimal): -13909939 or 5095467. OLE color: 5095467.
HSL color Cylindrical-coordinate representation of color #2BC04D: hue angle of 133.69º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC04D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 77 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.25 |
| HSL | 133.69º | 0.63% | 0.46% | - |
| HSV(B) | 133.69º | 0.78% | 0.75% | - |
| XYZ | 21.19 | 38.75 | 13.38 | - |
| YUV | 134.34 | 95.64 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 77 | 0.78 | 0 | 0.60 | 0.25 | 133.69 | 0.63 | 0.46 |
| Hex | 2B | C0 | 4D | 4E | 0 | 3C | 19 | 86 | 3F | 2E |
| Octal | 53 | 300 | 115 | 116 | 0 | 74 | 31 | 206 | 77 | 56 |
| Binary | 101011 | 11000000 | 1001101 | 1001110 | 0 | 111100 | 11001 | 10000110 | 111111 | 101110 |
Color Harmonies of #2BC04D
Complementary color
Monochromatic Colors of #2BC04D
Black with #2BC04D
Text Example
Text Example
White with #2BC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC04D; }
p { color: rgb(43,192,77); }
H1.HeaderClassName
{
color: #2BC04D;
}
.AnyTagClassName
{
color: #2BC04D;
}
</style>
background-color css
<style>
a { background-color: #2BC04D; }
a { background-color: rgb(43,192,77); }
div.DivClassName
{
background-color: #2BC04D;
}
.BgClassName
{
background-color: #2BC04D;
}
</style>
border-color css
<style>
span { border-color: #2BC04D; }
span { border-color: rgb(43,192,77); }
td.TdClassName
{
border-color: #2BC04D;
}
.TagClassName
{
border-color: #2BC04D;
}
</style>