Shades of Lime Green #2CB428
Tints of Lime Green #2CB428
RGB
CMYK
RGB Variations
Color information
#2CB428 (or 0x2CB428) is known color: Lime Green. HEX triplet: 2C, B4 and 28. RGB value is (44,180,40). Sum of RGB (Red+Green+Blue) = 44+180+40=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB428 is #D34BD7. Grayscale: #7B7B7B. Windows color (decimal): -13847512 or 2667564. OLE color: 2667564.
HSL color Cylindrical-coordinate representation of color #2CB428: hue angle of 118.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CB428 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 40 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.29 |
| HSL | 118.29º | 0.64% | 0.43% | - |
| HSV(B) | 118.29º | 0.78% | 0.71% | - |
| XYZ | 17.74 | 33.33 | 7.51 | - |
| YUV | 123.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 40 | 0.76 | 0 | 0.78 | 0.29 | 118.29 | 0.64 | 0.43 |
| Hex | 2C | B4 | 28 | 4C | 0 | 4E | 1D | 76 | 40 | 2B |
| Octal | 54 | 264 | 50 | 114 | 0 | 116 | 35 | 166 | 100 | 53 |
| Binary | 101100 | 10110100 | 101000 | 1001100 | 0 | 1001110 | 11101 | 1110110 | 1000000 | 101011 |
Color Harmonies of #2CB428
Complementary color
Monochromatic Colors of #2CB428
Black with #2CB428
Text Example
Text Example
White with #2CB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB428; }
p { color: rgb(44,180,40); }
H1.HeaderClassName
{
color: #2CB428;
}
.AnyTagClassName
{
color: #2CB428;
}
</style>
background-color css
<style>
a { background-color: #2CB428; }
a { background-color: rgb(44,180,40); }
div.DivClassName
{
background-color: #2CB428;
}
.BgClassName
{
background-color: #2CB428;
}
</style>
border-color css
<style>
span { border-color: #2CB428; }
span { border-color: rgb(44,180,40); }
td.TdClassName
{
border-color: #2CB428;
}
.TagClassName
{
border-color: #2CB428;
}
</style>