Shades of Lime Green #2BC04B
Tints of Lime Green #2BC04B
RGB
CMYK
RGB Variations
Color information
#2BC04B (or 0x2BC04B) is known color: Lime Green. HEX triplet: 2B, C0 and 4B. RGB value is (43,192,75). Sum of RGB (Red+Green+Blue) = 43+192+75=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC04B is #D43FB4. Grayscale: #868686. Windows color (decimal): -13909941 or 4964395. OLE color: 4964395.
HSL color Cylindrical-coordinate representation of color #2BC04B: hue angle of 132.89º 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 #2BC04B is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 75 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.25 |
| HSL | 132.89º | 0.63% | 0.46% | - |
| HSV(B) | 132.89º | 0.78% | 0.75% | - |
| XYZ | 21.12 | 38.72 | 13.02 | - |
| YUV | 134.11 | 94.64 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 75 | 0.78 | 0 | 0.61 | 0.25 | 132.89 | 0.63 | 0.46 |
| Hex | 2B | C0 | 4B | 4E | 0 | 3D | 19 | 85 | 3F | 2E |
| Octal | 53 | 300 | 113 | 116 | 0 | 75 | 31 | 205 | 77 | 56 |
| Binary | 101011 | 11000000 | 1001011 | 1001110 | 0 | 111101 | 11001 | 10000101 | 111111 | 101110 |
Color Harmonies of #2BC04B
Complementary color
Monochromatic Colors of #2BC04B
Black with #2BC04B
Text Example
Text Example
White with #2BC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC04B; }
p { color: rgb(43,192,75); }
H1.HeaderClassName
{
color: #2BC04B;
}
.AnyTagClassName
{
color: #2BC04B;
}
</style>
background-color css
<style>
a { background-color: #2BC04B; }
a { background-color: rgb(43,192,75); }
div.DivClassName
{
background-color: #2BC04B;
}
.BgClassName
{
background-color: #2BC04B;
}
</style>
border-color css
<style>
span { border-color: #2BC04B; }
span { border-color: rgb(43,192,75); }
td.TdClassName
{
border-color: #2BC04B;
}
.TagClassName
{
border-color: #2BC04B;
}
</style>