Shades of Lime Green #2CBB3B
Tints of Lime Green #2CBB3B
RGB
CMYK
RGB Variations
Color information
#2CBB3B (or 0x2CBB3B) is known color: Lime Green. HEX triplet: 2C, BB and 3B. RGB value is (44,187,59). Sum of RGB (Red+Green+Blue) = 44+187+59=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB3B is #D344C4. Grayscale: #828282. Windows color (decimal): -13845701 or 3914540. OLE color: 3914540.
HSL color Cylindrical-coordinate representation of color #2CBB3B: hue angle of 126.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBB3B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 59 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.27 |
| HSL | 126.29º | 0.62% | 0.45% | - |
| HSV(B) | 126.29º | 0.76% | 0.73% | - |
| XYZ | 19.6 | 36.39 | 10.13 | - |
| YUV | 129.65 | 88.12 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 59 | 0.76 | 0 | 0.68 | 0.27 | 126.29 | 0.62 | 0.45 |
| Hex | 2C | BB | 3B | 4C | 0 | 44 | 1B | 7E | 3E | 2D |
| Octal | 54 | 273 | 73 | 114 | 0 | 104 | 33 | 176 | 76 | 55 |
| Binary | 101100 | 10111011 | 111011 | 1001100 | 0 | 1000100 | 11011 | 1111110 | 111110 | 101101 |
Color Harmonies of #2CBB3B
Complementary color
Monochromatic Colors of #2CBB3B
Black with #2CBB3B
Text Example
Text Example
White with #2CBB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB3B; }
p { color: rgb(44,187,59); }
H1.HeaderClassName
{
color: #2CBB3B;
}
.AnyTagClassName
{
color: #2CBB3B;
}
</style>
background-color css
<style>
a { background-color: #2CBB3B; }
a { background-color: rgb(44,187,59); }
div.DivClassName
{
background-color: #2CBB3B;
}
.BgClassName
{
background-color: #2CBB3B;
}
</style>
border-color css
<style>
span { border-color: #2CBB3B; }
span { border-color: rgb(44,187,59); }
td.TdClassName
{
border-color: #2CBB3B;
}
.TagClassName
{
border-color: #2CBB3B;
}
</style>