Shades of Lime Green #2CC628
Tints of Lime Green #2CC628
RGB
CMYK
RGB Variations
Color information
#2CC628 (or 0x2CC628) is known color: Lime Green. HEX triplet: 2C, C6 and 28. RGB value is (44,198,40). Sum of RGB (Red+Green+Blue) = 44+198+40=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC628 is #D339D7. Grayscale: #868686. Windows color (decimal): -13842904 or 2672172. OLE color: 2672172.
HSL color Cylindrical-coordinate representation of color #2CC628: hue angle of 118.48º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC628 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 40 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.22 |
| HSL | 118.48º | 0.66% | 0.47% | - |
| HSV(B) | 118.48º | 0.8% | 0.78% | - |
| XYZ | 21.62 | 41.08 | 8.8 | - |
| YUV | 133.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 40 | 0.78 | 0 | 0.80 | 0.22 | 118.48 | 0.66 | 0.47 |
| Hex | 2C | C6 | 28 | 4E | 0 | 50 | 16 | 76 | 42 | 2F |
| Octal | 54 | 306 | 50 | 116 | 0 | 120 | 26 | 166 | 102 | 57 |
| Binary | 101100 | 11000110 | 101000 | 1001110 | 0 | 1010000 | 10110 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2CC628
Complementary color
Monochromatic Colors of #2CC628
Black with #2CC628
Text Example
Text Example
White with #2CC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC628; }
p { color: rgb(44,198,40); }
H1.HeaderClassName
{
color: #2CC628;
}
.AnyTagClassName
{
color: #2CC628;
}
</style>
background-color css
<style>
a { background-color: #2CC628; }
a { background-color: rgb(44,198,40); }
div.DivClassName
{
background-color: #2CC628;
}
.BgClassName
{
background-color: #2CC628;
}
</style>
border-color css
<style>
span { border-color: #2CC628; }
span { border-color: rgb(44,198,40); }
td.TdClassName
{
border-color: #2CC628;
}
.TagClassName
{
border-color: #2CC628;
}
</style>