Shades of Lime Green #2BC11B
Tints of Lime Green #2BC11B
RGB
CMYK
RGB Variations
Color information
#2BC11B (or 0x2BC11B) is known color: Lime Green. HEX triplet: 2B, C1 and 1B. RGB value is (43,193,27). Sum of RGB (Red+Green+Blue) = 43+193+27=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 193 (75.78% from 255 or 73.38% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC11B is #D43EE4. Grayscale: #818181. Windows color (decimal): -13909733 or 1818923. OLE color: 1818923.
HSL color Cylindrical-coordinate representation of color #2BC11B: hue angle of 114.22º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BC11B is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 27 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.24 |
| HSL | 114.22º | 0.75% | 0.43% | - |
| HSV(B) | 114.22º | 0.86% | 0.76% | - |
| XYZ | 20.26 | 38.73 | 7.45 | - |
| YUV | 129.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 27 | 0.78 | 0 | 0.86 | 0.24 | 114.22 | 0.75 | 0.43 |
| Hex | 2B | C1 | 1B | 4E | 0 | 56 | 18 | 72 | 4B | 2B |
| Octal | 53 | 301 | 33 | 116 | 0 | 126 | 30 | 162 | 113 | 53 |
| Binary | 101011 | 11000001 | 11011 | 1001110 | 0 | 1010110 | 11000 | 1110010 | 1001011 | 101011 |
Color Harmonies of #2BC11B
Complementary color
Monochromatic Colors of #2BC11B
Black with #2BC11B
Text Example
Text Example
White with #2BC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC11B; }
p { color: rgb(43,193,27); }
H1.HeaderClassName
{
color: #2BC11B;
}
.AnyTagClassName
{
color: #2BC11B;
}
</style>
background-color css
<style>
a { background-color: #2BC11B; }
a { background-color: rgb(43,193,27); }
div.DivClassName
{
background-color: #2BC11B;
}
.BgClassName
{
background-color: #2BC11B;
}
</style>
border-color css
<style>
span { border-color: #2BC11B; }
span { border-color: rgb(43,193,27); }
td.TdClassName
{
border-color: #2BC11B;
}
.TagClassName
{
border-color: #2BC11B;
}
</style>