Shades of Lime Green #2BC039
Tints of Lime Green #2BC039
RGB
CMYK
RGB Variations
Color information
#2BC039 (or 0x2BC039) is known color: Lime Green. HEX triplet: 2B, C0 and 39. RGB value is (43,192,57). Sum of RGB (Red+Green+Blue) = 43+192+57=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC039 is #D43FC6. Grayscale: #848484. Windows color (decimal): -13909959 or 3784747. OLE color: 3784747.
HSL color Cylindrical-coordinate representation of color #2BC039: hue angle of 125.64º 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 #2BC039 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 57 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.25 |
| HSL | 125.64º | 0.63% | 0.46% | - |
| HSV(B) | 125.64º | 0.78% | 0.75% | - |
| XYZ | 20.58 | 38.51 | 10.22 | - |
| YUV | 132.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 57 | 0.78 | 0 | 0.70 | 0.25 | 125.64 | 0.63 | 0.46 |
| Hex | 2B | C0 | 39 | 4E | 0 | 46 | 19 | 7E | 3F | 2E |
| Octal | 53 | 300 | 71 | 116 | 0 | 106 | 31 | 176 | 77 | 56 |
| Binary | 101011 | 11000000 | 111001 | 1001110 | 0 | 1000110 | 11001 | 1111110 | 111111 | 101110 |
Color Harmonies of #2BC039
Complementary color
Monochromatic Colors of #2BC039
Black with #2BC039
Text Example
Text Example
White with #2BC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC039; }
p { color: rgb(43,192,57); }
H1.HeaderClassName
{
color: #2BC039;
}
.AnyTagClassName
{
color: #2BC039;
}
</style>
background-color css
<style>
a { background-color: #2BC039; }
a { background-color: rgb(43,192,57); }
div.DivClassName
{
background-color: #2BC039;
}
.BgClassName
{
background-color: #2BC039;
}
</style>
border-color css
<style>
span { border-color: #2BC039; }
span { border-color: rgb(43,192,57); }
td.TdClassName
{
border-color: #2BC039;
}
.TagClassName
{
border-color: #2BC039;
}
</style>