Shades of Lime Green #2CBB32
Tints of Lime Green #2CBB32
RGB
CMYK
RGB Variations
Color information
#2CBB32 (or 0x2CBB32) is known color: Lime Green. HEX triplet: 2C, BB and 32. RGB value is (44,187,50). Sum of RGB (Red+Green+Blue) = 44+187+50=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB32 is #D344CD. Grayscale: #818181. Windows color (decimal): -13845710 or 3324716. OLE color: 3324716.
HSL color Cylindrical-coordinate representation of color #2CBB32: hue angle of 122.52º 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 #2CBB32 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 50 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.27 |
| HSL | 122.52º | 0.62% | 0.45% | - |
| HSV(B) | 122.52º | 0.76% | 0.73% | - |
| XYZ | 19.38 | 36.31 | 9 | - |
| YUV | 128.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 50 | 0.76 | 0 | 0.73 | 0.27 | 122.52 | 0.62 | 0.45 |
| Hex | 2C | BB | 32 | 4C | 0 | 49 | 1B | 7B | 3E | 2D |
| Octal | 54 | 273 | 62 | 114 | 0 | 111 | 33 | 173 | 76 | 55 |
| Binary | 101100 | 10111011 | 110010 | 1001100 | 0 | 1001001 | 11011 | 1111011 | 111110 | 101101 |
Color Harmonies of #2CBB32
Complementary color
Monochromatic Colors of #2CBB32
Black with #2CBB32
Text Example
Text Example
White with #2CBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB32; }
p { color: rgb(44,187,50); }
H1.HeaderClassName
{
color: #2CBB32;
}
.AnyTagClassName
{
color: #2CBB32;
}
</style>
background-color css
<style>
a { background-color: #2CBB32; }
a { background-color: rgb(44,187,50); }
div.DivClassName
{
background-color: #2CBB32;
}
.BgClassName
{
background-color: #2CBB32;
}
</style>
border-color css
<style>
span { border-color: #2CBB32; }
span { border-color: rgb(44,187,50); }
td.TdClassName
{
border-color: #2CBB32;
}
.TagClassName
{
border-color: #2CBB32;
}
</style>