Shades of Lime Green #2CBB34
Tints of Lime Green #2CBB34
RGB
CMYK
RGB Variations
Color information
#2CBB34 (or 0x2CBB34) is known color: Lime Green. HEX triplet: 2C, BB and 34. RGB value is (44,187,52). Sum of RGB (Red+Green+Blue) = 44+187+52=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBB34 is #D344CB. Grayscale: #818181. Windows color (decimal): -13845708 or 3455788. OLE color: 3455788.
HSL color Cylindrical-coordinate representation of color #2CBB34: hue angle of 123.36º 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 #2CBB34 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 52 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.27 |
| HSL | 123.36º | 0.62% | 0.45% | - |
| HSV(B) | 123.36º | 0.76% | 0.73% | - |
| XYZ | 19.43 | 36.32 | 9.24 | - |
| YUV | 128.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 52 | 0.76 | 0 | 0.72 | 0.27 | 123.36 | 0.62 | 0.45 |
| Hex | 2C | BB | 34 | 4C | 0 | 48 | 1B | 7B | 3E | 2D |
| Octal | 54 | 273 | 64 | 114 | 0 | 110 | 33 | 173 | 76 | 55 |
| Binary | 101100 | 10111011 | 110100 | 1001100 | 0 | 1001000 | 11011 | 1111011 | 111110 | 101101 |
Color Harmonies of #2CBB34
Complementary color
Monochromatic Colors of #2CBB34
Black with #2CBB34
Text Example
Text Example
White with #2CBB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBB34; }
p { color: rgb(44,187,52); }
H1.HeaderClassName
{
color: #2CBB34;
}
.AnyTagClassName
{
color: #2CBB34;
}
</style>
background-color css
<style>
a { background-color: #2CBB34; }
a { background-color: rgb(44,187,52); }
div.DivClassName
{
background-color: #2CBB34;
}
.BgClassName
{
background-color: #2CBB34;
}
</style>
border-color css
<style>
span { border-color: #2CBB34; }
span { border-color: rgb(44,187,52); }
td.TdClassName
{
border-color: #2CBB34;
}
.TagClassName
{
border-color: #2CBB34;
}
</style>