Shades of Lime Green #2CD044
Tints of Lime Green #2CD044
RGB
CMYK
RGB Variations
Color information
#2CD044 (or 0x2CD044) is known color: Lime Green. HEX triplet: 2C, D0 and 44. RGB value is (44,208,68). Sum of RGB (Red+Green+Blue) = 44+208+68=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD044 is #D32FBB. Grayscale: #8F8F8F. Windows color (decimal): -13840316 or 4509740. OLE color: 4509740.
HSL color Cylindrical-coordinate representation of color #2CD044: hue angle of 128.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD044 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 208 | 68 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.18 |
| HSL | 128.78º | 0.65% | 0.49% | - |
| HSV(B) | 128.78º | 0.79% | 0.82% | - |
| XYZ | 24.64 | 46.06 | 13.06 | - |
| YUV | 143 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 68 | 0.79 | 0 | 0.67 | 0.18 | 128.78 | 0.65 | 0.49 |
| Hex | 2C | D0 | 44 | 4F | 0 | 43 | 12 | 81 | 41 | 31 |
| Octal | 54 | 320 | 104 | 117 | 0 | 103 | 22 | 201 | 101 | 61 |
| Binary | 101100 | 11010000 | 1000100 | 1001111 | 0 | 1000011 | 10010 | 10000001 | 1000001 | 110001 |
Color Harmonies of #2CD044
Complementary color
Monochromatic Colors of #2CD044
Black with #2CD044
Text Example
Text Example
White with #2CD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD044; }
p { color: rgb(44,208,68); }
H1.HeaderClassName
{
color: #2CD044;
}
.AnyTagClassName
{
color: #2CD044;
}
</style>
background-color css
<style>
a { background-color: #2CD044; }
a { background-color: rgb(44,208,68); }
div.DivClassName
{
background-color: #2CD044;
}
.BgClassName
{
background-color: #2CD044;
}
</style>
border-color css
<style>
span { border-color: #2CD044; }
span { border-color: rgb(44,208,68); }
td.TdClassName
{
border-color: #2CD044;
}
.TagClassName
{
border-color: #2CD044;
}
</style>