Shades of Lime Green #2BC235
Tints of Lime Green #2BC235
RGB
CMYK
RGB Variations
Color information
#2BC235 (or 0x2BC235) is known color: Lime Green. HEX triplet: 2B, C2 and 35. RGB value is (43,194,53). Sum of RGB (Red+Green+Blue) = 43+194+53=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC235 is #D43DCA. Grayscale: #858585. Windows color (decimal): -13909451 or 3523115. OLE color: 3523115.
HSL color Cylindrical-coordinate representation of color #2BC235: hue angle of 123.97º 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 #2BC235 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 194 | 53 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.24 |
| HSL | 123.97º | 0.64% | 0.46% | - |
| HSV(B) | 123.97º | 0.78% | 0.76% | - |
| XYZ | 20.93 | 39.35 | 9.86 | - |
| YUV | 132.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 194 | 53 | 0.78 | 0 | 0.73 | 0.24 | 123.97 | 0.64 | 0.46 |
| Hex | 2B | C2 | 35 | 4E | 0 | 49 | 18 | 7C | 40 | 2E |
| Octal | 53 | 302 | 65 | 116 | 0 | 111 | 30 | 174 | 100 | 56 |
| Binary | 101011 | 11000010 | 110101 | 1001110 | 0 | 1001001 | 11000 | 1111100 | 1000000 | 101110 |
Color Harmonies of #2BC235
Complementary color
Monochromatic Colors of #2BC235
Black with #2BC235
Text Example
Text Example
White with #2BC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC235; }
p { color: rgb(43,194,53); }
H1.HeaderClassName
{
color: #2BC235;
}
.AnyTagClassName
{
color: #2BC235;
}
</style>
background-color css
<style>
a { background-color: #2BC235; }
a { background-color: rgb(43,194,53); }
div.DivClassName
{
background-color: #2BC235;
}
.BgClassName
{
background-color: #2BC235;
}
</style>
border-color css
<style>
span { border-color: #2BC235; }
span { border-color: rgb(43,194,53); }
td.TdClassName
{
border-color: #2BC235;
}
.TagClassName
{
border-color: #2BC235;
}
</style>