Shades of Lime Green #2CC629
Tints of Lime Green #2CC629
RGB
CMYK
RGB Variations
Color information
#2CC629 (or 0x2CC629) is known color: Lime Green. HEX triplet: 2C, C6 and 29. RGB value is (44,198,41). Sum of RGB (Red+Green+Blue) = 44+198+41=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC629 is #D339D6. Grayscale: #868686. Windows color (decimal): -13842903 or 2737708. OLE color: 2737708.
HSL color Cylindrical-coordinate representation of color #2CC629: hue angle of 118.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CC629 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 41 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.22 |
| HSL | 118.85º | 0.66% | 0.47% | - |
| HSV(B) | 118.85º | 0.79% | 0.78% | - |
| XYZ | 21.63 | 41.08 | 8.89 | - |
| YUV | 134.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 41 | 0.78 | 0 | 0.79 | 0.22 | 118.85 | 0.66 | 0.47 |
| Hex | 2C | C6 | 29 | 4E | 0 | 4F | 16 | 77 | 42 | 2F |
| Octal | 54 | 306 | 51 | 116 | 0 | 117 | 26 | 167 | 102 | 57 |
| Binary | 101100 | 11000110 | 101001 | 1001110 | 0 | 1001111 | 10110 | 1110111 | 1000010 | 101111 |
Color Harmonies of #2CC629
Complementary color
Monochromatic Colors of #2CC629
Black with #2CC629
Text Example
Text Example
White with #2CC629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC629; }
p { color: rgb(44,198,41); }
H1.HeaderClassName
{
color: #2CC629;
}
.AnyTagClassName
{
color: #2CC629;
}
</style>
background-color css
<style>
a { background-color: #2CC629; }
a { background-color: rgb(44,198,41); }
div.DivClassName
{
background-color: #2CC629;
}
.BgClassName
{
background-color: #2CC629;
}
</style>
border-color css
<style>
span { border-color: #2CC629; }
span { border-color: rgb(44,198,41); }
td.TdClassName
{
border-color: #2CC629;
}
.TagClassName
{
border-color: #2CC629;
}
</style>