Shades of Lime Green #2BC140
Tints of Lime Green #2BC140
RGB
CMYK
RGB Variations
Color information
#2BC140 (or 0x2BC140) is known color: Lime Green. HEX triplet: 2B, C1 and 40. RGB value is (43,193,64). Sum of RGB (Red+Green+Blue) = 43+193+64=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC140 is #D43EBF. Grayscale: #858585. Windows color (decimal): -13909696 or 4243755. OLE color: 4243755.
HSL color Cylindrical-coordinate representation of color #2BC140: hue angle of 128.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC140 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 64 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.24 |
| HSL | 128.4º | 0.64% | 0.46% | - |
| HSV(B) | 128.4º | 0.78% | 0.76% | - |
| XYZ | 20.99 | 39.02 | 11.28 | - |
| YUV | 133.44 | 88.81 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 64 | 0.78 | 0 | 0.67 | 0.24 | 128.4 | 0.64 | 0.46 |
| Hex | 2B | C1 | 40 | 4E | 0 | 43 | 18 | 80 | 40 | 2E |
| Octal | 53 | 301 | 100 | 116 | 0 | 103 | 30 | 200 | 100 | 56 |
| Binary | 101011 | 11000001 | 1000000 | 1001110 | 0 | 1000011 | 11000 | 10000000 | 1000000 | 101110 |
Color Harmonies of #2BC140
Complementary color
Monochromatic Colors of #2BC140
Black with #2BC140
Text Example
Text Example
White with #2BC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC140; }
p { color: rgb(43,193,64); }
H1.HeaderClassName
{
color: #2BC140;
}
.AnyTagClassName
{
color: #2BC140;
}
</style>
background-color css
<style>
a { background-color: #2BC140; }
a { background-color: rgb(43,193,64); }
div.DivClassName
{
background-color: #2BC140;
}
.BgClassName
{
background-color: #2BC140;
}
</style>
border-color css
<style>
span { border-color: #2BC140; }
span { border-color: rgb(43,193,64); }
td.TdClassName
{
border-color: #2BC140;
}
.TagClassName
{
border-color: #2BC140;
}
</style>