Shades of Lime Green #2CB421
Tints of Lime Green #2CB421
RGB
CMYK
RGB Variations
Color information
#2CB421 (or 0x2CB421) is known color: Lime Green. HEX triplet: 2C, B4 and 21. RGB value is (44,180,33). Sum of RGB (Red+Green+Blue) = 44+180+33=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB421 is #D34BDE. Grayscale: #7B7B7B. Windows color (decimal): -13847519 or 2208812. OLE color: 2208812.
HSL color Cylindrical-coordinate representation of color #2CB421: hue angle of 115.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CB421 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 33 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.29 |
| HSL | 115.51º | 0.69% | 0.42% | - |
| HSV(B) | 115.51º | 0.82% | 0.71% | - |
| XYZ | 17.63 | 33.29 | 6.93 | - |
| YUV | 122.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 33 | 0.76 | 0 | 0.82 | 0.29 | 115.51 | 0.69 | 0.42 |
| Hex | 2C | B4 | 21 | 4C | 0 | 52 | 1D | 74 | 45 | 2A |
| Octal | 54 | 264 | 41 | 114 | 0 | 122 | 35 | 164 | 105 | 52 |
| Binary | 101100 | 10110100 | 100001 | 1001100 | 0 | 1010010 | 11101 | 1110100 | 1000101 | 101010 |
Color Harmonies of #2CB421
Complementary color
Monochromatic Colors of #2CB421
Black with #2CB421
Text Example
Text Example
White with #2CB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB421; }
p { color: rgb(44,180,33); }
H1.HeaderClassName
{
color: #2CB421;
}
.AnyTagClassName
{
color: #2CB421;
}
</style>
background-color css
<style>
a { background-color: #2CB421; }
a { background-color: rgb(44,180,33); }
div.DivClassName
{
background-color: #2CB421;
}
.BgClassName
{
background-color: #2CB421;
}
</style>
border-color css
<style>
span { border-color: #2CB421; }
span { border-color: rgb(44,180,33); }
td.TdClassName
{
border-color: #2CB421;
}
.TagClassName
{
border-color: #2CB421;
}
</style>