Shades of Lime Green #2CBB1A
Tints of Lime Green #2CBB1A
RGB
CMYK
RGB Variations
Color information
#2CBB1A (or 0x2CBB1A) is known color: Lime Green. HEX triplet: 2C, BB and 1A. RGB value is (44,187,26). Sum of RGB (Red+Green+Blue) = 44+187+26=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 187 (73.44% from 255 or 72.76% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB1A is #D344E5. Grayscale: #7E7E7E. Windows color (decimal): -13845734 or 1751852. OLE color: 1751852.
HSL color Cylindrical-coordinate representation of color #2CBB1A: hue angle of 113.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CBB1A is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 26 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.27 |
| HSL | 113.29º | 0.76% | 0.42% | - |
| HSV(B) | 113.29º | 0.86% | 0.73% | - |
| XYZ | 19 | 36.15 | 6.95 | - |
| YUV | 125.89 | 71.62 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 26 | 0.76 | 0 | 0.86 | 0.27 | 113.29 | 0.76 | 0.42 |
| Hex | 2C | BB | 1A | 4C | 0 | 56 | 1B | 71 | 4C | 2A |
| Octal | 54 | 273 | 32 | 114 | 0 | 126 | 33 | 161 | 114 | 52 |
| Binary | 101100 | 10111011 | 11010 | 1001100 | 0 | 1010110 | 11011 | 1110001 | 1001100 | 101010 |
Color Harmonies of #2CBB1A
Complementary color
Monochromatic Colors of #2CBB1A
Black with #2CBB1A
Text Example
Text Example
White with #2CBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB1A; }
p { color: rgb(44,187,26); }
H1.HeaderClassName
{
color: #2CBB1A;
}
.AnyTagClassName
{
color: #2CBB1A;
}
</style>
background-color css
<style>
a { background-color: #2CBB1A; }
a { background-color: rgb(44,187,26); }
div.DivClassName
{
background-color: #2CBB1A;
}
.BgClassName
{
background-color: #2CBB1A;
}
</style>
border-color css
<style>
span { border-color: #2CBB1A; }
span { border-color: rgb(44,187,26); }
td.TdClassName
{
border-color: #2CBB1A;
}
.TagClassName
{
border-color: #2CBB1A;
}
</style>