Shades of Lime Green #2BC236
Tints of Lime Green #2BC236
RGB
CMYK
RGB Variations
Color information
#2BC236 (or 0x2BC236) is known color: Lime Green. HEX triplet: 2B, C2 and 36. RGB value is (43,194,54). Sum of RGB (Red+Green+Blue) = 43+194+54=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC236 is #D43DC9. Grayscale: #858585. Windows color (decimal): -13909450 or 3588651. OLE color: 3588651.
HSL color Cylindrical-coordinate representation of color #2BC236: hue angle of 124.37º 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 #2BC236 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 54 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.24 |
| HSL | 124.37º | 0.64% | 0.46% | - |
| HSV(B) | 124.37º | 0.78% | 0.76% | - |
| XYZ | 20.95 | 39.36 | 9.98 | - |
| YUV | 132.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 54 | 0.78 | 0 | 0.72 | 0.24 | 124.37 | 0.64 | 0.46 |
| Hex | 2B | C2 | 36 | 4E | 0 | 48 | 18 | 7C | 40 | 2E |
| Octal | 53 | 302 | 66 | 116 | 0 | 110 | 30 | 174 | 100 | 56 |
| Binary | 101011 | 11000010 | 110110 | 1001110 | 0 | 1001000 | 11000 | 1111100 | 1000000 | 101110 |
Color Harmonies of #2BC236
Complementary color
Monochromatic Colors of #2BC236
Black with #2BC236
Text Example
Text Example
White with #2BC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC236; }
p { color: rgb(43,194,54); }
H1.HeaderClassName
{
color: #2BC236;
}
.AnyTagClassName
{
color: #2BC236;
}
</style>
background-color css
<style>
a { background-color: #2BC236; }
a { background-color: rgb(43,194,54); }
div.DivClassName
{
background-color: #2BC236;
}
.BgClassName
{
background-color: #2BC236;
}
</style>
border-color css
<style>
span { border-color: #2BC236; }
span { border-color: rgb(43,194,54); }
td.TdClassName
{
border-color: #2BC236;
}
.TagClassName
{
border-color: #2BC236;
}
</style>