Shades of Lime Green #2CC828
Tints of Lime Green #2CC828
RGB
CMYK
RGB Variations
Color information
#2CC828 (or 0x2CC828) is known color: Lime Green. HEX triplet: 2C, C8 and 28. RGB value is (44,200,40). Sum of RGB (Red+Green+Blue) = 44+200+40=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC828 is #D337D7. Grayscale: #878787. Windows color (decimal): -13842392 or 2672684. OLE color: 2672684.
HSL color Cylindrical-coordinate representation of color #2CC828: hue angle of 118.5º degrees, saturation: 0.67, 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 #2CC828 is Cyan = 0.78, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 40 | - |
| CMYK | 0.78 | 0 | 0.8 | 0.22 |
| HSL | 118.5º | 0.67% | 0.47% | - |
| HSV(B) | 118.5º | 0.8% | 0.78% | - |
| XYZ | 22.08 | 42 | 8.95 | - |
| YUV | 135.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 40 | 0.78 | 0 | 0.8 | 0.22 | 118.5 | 0.67 | 0.47 |
| Hex | 2C | C8 | 28 | 4E | 0 | 50 | 16 | 76 | 43 | 2F |
| Octal | 54 | 310 | 50 | 116 | 0 | 120 | 26 | 166 | 103 | 57 |
| Binary | 101100 | 11001000 | 101000 | 1001110 | 0 | 1010000 | 10110 | 1110110 | 1000011 | 101111 |
Color Harmonies of #2CC828
Complementary color
Monochromatic Colors of #2CC828
Black with #2CC828
Text Example
Text Example
White with #2CC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC828; }
p { color: rgb(44,200,40); }
H1.HeaderClassName
{
color: #2CC828;
}
.AnyTagClassName
{
color: #2CC828;
}
</style>
background-color css
<style>
a { background-color: #2CC828; }
a { background-color: rgb(44,200,40); }
div.DivClassName
{
background-color: #2CC828;
}
.BgClassName
{
background-color: #2CC828;
}
</style>
border-color css
<style>
span { border-color: #2CC828; }
span { border-color: rgb(44,200,40); }
td.TdClassName
{
border-color: #2CC828;
}
.TagClassName
{
border-color: #2CC828;
}
</style>