Shades of Lime Green #2BC445
Tints of Lime Green #2BC445
RGB
CMYK
RGB Variations
Color information
#2BC445 (or 0x2BC445) is known color: Lime Green. HEX triplet: 2B, C4 and 45. RGB value is (43,196,69). Sum of RGB (Red+Green+Blue) = 43+196+69=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC445 is #D43BBA. Grayscale: #888888. Windows color (decimal): -13908923 or 4572203. OLE color: 4572203.
HSL color Cylindrical-coordinate representation of color #2BC445: hue angle of 130.2º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC445 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 196 | 69 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.23 |
| HSL | 130.2º | 0.64% | 0.47% | - |
| HSV(B) | 130.2º | 0.78% | 0.77% | - |
| XYZ | 21.81 | 40.42 | 12.28 | - |
| YUV | 135.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 69 | 0.78 | 0 | 0.65 | 0.23 | 130.2 | 0.64 | 0.47 |
| Hex | 2B | C4 | 45 | 4E | 0 | 41 | 17 | 82 | 40 | 2F |
| Octal | 53 | 304 | 105 | 116 | 0 | 101 | 27 | 202 | 100 | 57 |
| Binary | 101011 | 11000100 | 1000101 | 1001110 | 0 | 1000001 | 10111 | 10000010 | 1000000 | 101111 |
Color Harmonies of #2BC445
Complementary color
Monochromatic Colors of #2BC445
Black with #2BC445
Text Example
Text Example
White with #2BC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC445; }
p { color: rgb(43,196,69); }
H1.HeaderClassName
{
color: #2BC445;
}
.AnyTagClassName
{
color: #2BC445;
}
</style>
background-color css
<style>
a { background-color: #2BC445; }
a { background-color: rgb(43,196,69); }
div.DivClassName
{
background-color: #2BC445;
}
.BgClassName
{
background-color: #2BC445;
}
</style>
border-color css
<style>
span { border-color: #2BC445; }
span { border-color: rgb(43,196,69); }
td.TdClassName
{
border-color: #2BC445;
}
.TagClassName
{
border-color: #2BC445;
}
</style>