Shades of Lime Green #2BC238
Tints of Lime Green #2BC238
RGB
CMYK
RGB Variations
Color information
#2BC238 (or 0x2BC238) is known color: Lime Green. HEX triplet: 2B, C2 and 38. RGB value is (43,194,56). Sum of RGB (Red+Green+Blue) = 43+194+56=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC238 is #D43DC7. Grayscale: #858585. Windows color (decimal): -13909448 or 3719723. OLE color: 3719723.
HSL color Cylindrical-coordinate representation of color #2BC238: hue angle of 125.17º 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 #2BC238 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 56 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.24 |
| HSL | 125.17º | 0.64% | 0.46% | - |
| HSV(B) | 125.17º | 0.78% | 0.76% | - |
| XYZ | 21 | 39.38 | 10.24 | - |
| YUV | 133.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 56 | 0.78 | 0 | 0.71 | 0.24 | 125.17 | 0.64 | 0.46 |
| Hex | 2B | C2 | 38 | 4E | 0 | 47 | 18 | 7D | 40 | 2E |
| Octal | 53 | 302 | 70 | 116 | 0 | 107 | 30 | 175 | 100 | 56 |
| Binary | 101011 | 11000010 | 111000 | 1001110 | 0 | 1000111 | 11000 | 1111101 | 1000000 | 101110 |
Color Harmonies of #2BC238
Complementary color
Monochromatic Colors of #2BC238
Black with #2BC238
Text Example
Text Example
White with #2BC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC238; }
p { color: rgb(43,194,56); }
H1.HeaderClassName
{
color: #2BC238;
}
.AnyTagClassName
{
color: #2BC238;
}
</style>
background-color css
<style>
a { background-color: #2BC238; }
a { background-color: rgb(43,194,56); }
div.DivClassName
{
background-color: #2BC238;
}
.BgClassName
{
background-color: #2BC238;
}
</style>
border-color css
<style>
span { border-color: #2BC238; }
span { border-color: rgb(43,194,56); }
td.TdClassName
{
border-color: #2BC238;
}
.TagClassName
{
border-color: #2BC238;
}
</style>