Shades of Lime Green #2CBC4C
Tints of Lime Green #2CBC4C
RGB
CMYK
RGB Variations
Color information
#2CBC4C (or 0x2CBC4C) is known color: Lime Green. HEX triplet: 2C, BC and 4C. RGB value is (44,188,76). Sum of RGB (Red+Green+Blue) = 44+188+76=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC4C is #D343B3. Grayscale: #848484. Windows color (decimal): -13845428 or 5028908. OLE color: 5028908.
HSL color Cylindrical-coordinate representation of color #2CBC4C: hue angle of 133.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBC4C is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 76 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.26 |
| HSL | 133.33º | 0.62% | 0.45% | - |
| HSV(B) | 133.33º | 0.77% | 0.74% | - |
| XYZ | 20.33 | 37.02 | 12.91 | - |
| YUV | 132.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 76 | 0.77 | 0 | 0.60 | 0.26 | 133.33 | 0.62 | 0.45 |
| Hex | 2C | BC | 4C | 4D | 0 | 3C | 1A | 85 | 3E | 2D |
| Octal | 54 | 274 | 114 | 115 | 0 | 74 | 32 | 205 | 76 | 55 |
| Binary | 101100 | 10111100 | 1001100 | 1001101 | 0 | 111100 | 11010 | 10000101 | 111110 | 101101 |
Color Harmonies of #2CBC4C
Complementary color
Monochromatic Colors of #2CBC4C
Black with #2CBC4C
Text Example
Text Example
White with #2CBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC4C; }
p { color: rgb(44,188,76); }
H1.HeaderClassName
{
color: #2CBC4C;
}
.AnyTagClassName
{
color: #2CBC4C;
}
</style>
background-color css
<style>
a { background-color: #2CBC4C; }
a { background-color: rgb(44,188,76); }
div.DivClassName
{
background-color: #2CBC4C;
}
.BgClassName
{
background-color: #2CBC4C;
}
</style>
border-color css
<style>
span { border-color: #2CBC4C; }
span { border-color: rgb(44,188,76); }
td.TdClassName
{
border-color: #2CBC4C;
}
.TagClassName
{
border-color: #2CBC4C;
}
</style>