Shades of Lime Green #2BC019
Tints of Lime Green #2BC019
RGB
CMYK
RGB Variations
Color information
#2BC019 (or 0x2BC019) is known color: Lime Green. HEX triplet: 2B, C0 and 19. RGB value is (43,192,25). Sum of RGB (Red+Green+Blue) = 43+192+25=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 192 (75.39% from 255 or 73.85% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC019 is #D43FE6. Grayscale: #808080. Windows color (decimal): -13909991 or 1687595. OLE color: 1687595.
HSL color Cylindrical-coordinate representation of color #2BC019: hue angle of 113.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BC019 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 25 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.25 |
| HSL | 113.53º | 0.77% | 0.43% | - |
| HSV(B) | 113.53º | 0.87% | 0.75% | - |
| XYZ | 20.02 | 38.28 | 7.25 | - |
| YUV | 128.41 | 69.64 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 25 | 0.78 | 0 | 0.87 | 0.25 | 113.53 | 0.77 | 0.43 |
| Hex | 2B | C0 | 19 | 4E | 0 | 57 | 19 | 72 | 4D | 2B |
| Octal | 53 | 300 | 31 | 116 | 0 | 127 | 31 | 162 | 115 | 53 |
| Binary | 101011 | 11000000 | 11001 | 1001110 | 0 | 1010111 | 11001 | 1110010 | 1001101 | 101011 |
Color Harmonies of #2BC019
Complementary color
Monochromatic Colors of #2BC019
Black with #2BC019
Text Example
Text Example
White with #2BC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC019; }
p { color: rgb(43,192,25); }
H1.HeaderClassName
{
color: #2BC019;
}
.AnyTagClassName
{
color: #2BC019;
}
</style>
background-color css
<style>
a { background-color: #2BC019; }
a { background-color: rgb(43,192,25); }
div.DivClassName
{
background-color: #2BC019;
}
.BgClassName
{
background-color: #2BC019;
}
</style>
border-color css
<style>
span { border-color: #2BC019; }
span { border-color: rgb(43,192,25); }
td.TdClassName
{
border-color: #2BC019;
}
.TagClassName
{
border-color: #2BC019;
}
</style>