Shades of Lime Green #2CBC24
Tints of Lime Green #2CBC24
RGB
CMYK
RGB Variations
Color information
#2CBC24 (or 0x2CBC24) is known color: Lime Green. HEX triplet: 2C, BC and 24. RGB value is (44,188,36). Sum of RGB (Red+Green+Blue) = 44+188+36=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC24 is #D343DB. Grayscale: #808080. Windows color (decimal): -13845468 or 2407468. OLE color: 2407468.
HSL color Cylindrical-coordinate representation of color #2CBC24: hue angle of 116.84º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBC24 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 36 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.26 |
| HSL | 116.84º | 0.68% | 0.44% | - |
| HSV(B) | 116.84º | 0.81% | 0.74% | - |
| XYZ | 19.34 | 36.63 | 7.72 | - |
| YUV | 127.62 | 76.29 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 36 | 0.77 | 0 | 0.81 | 0.26 | 116.84 | 0.68 | 0.44 |
| Hex | 2C | BC | 24 | 4D | 0 | 51 | 1A | 75 | 44 | 2C |
| Octal | 54 | 274 | 44 | 115 | 0 | 121 | 32 | 165 | 104 | 54 |
| Binary | 101100 | 10111100 | 100100 | 1001101 | 0 | 1010001 | 11010 | 1110101 | 1000100 | 101100 |
Color Harmonies of #2CBC24
Complementary color
Monochromatic Colors of #2CBC24
Black with #2CBC24
Text Example
Text Example
White with #2CBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBC24; }
p { color: rgb(44,188,36); }
H1.HeaderClassName
{
color: #2CBC24;
}
.AnyTagClassName
{
color: #2CBC24;
}
</style>
background-color css
<style>
a { background-color: #2CBC24; }
a { background-color: rgb(44,188,36); }
div.DivClassName
{
background-color: #2CBC24;
}
.BgClassName
{
background-color: #2CBC24;
}
</style>
border-color css
<style>
span { border-color: #2CBC24; }
span { border-color: rgb(44,188,36); }
td.TdClassName
{
border-color: #2CBC24;
}
.TagClassName
{
border-color: #2CBC24;
}
</style>