Shades of Lime Green #2CEC1D
Tints of Lime Green #2CEC1D
RGB
CMYK
RGB Variations
Color information
#2CEC1D (or 0x2CEC1D) is known color: Lime Green. HEX triplet: 2C, EC and 1D. RGB value is (44,236,29). Sum of RGB (Red+Green+Blue) = 44+236+29=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 236 (92.58% from 255 or 76.38% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC1D is #D313E2. Grayscale: #9B9B9B. Windows color (decimal): -13833187 or 1961004. OLE color: 1961004.
HSL color Cylindrical-coordinate representation of color #2CEC1D: hue angle of 115.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CEC1D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 29 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.07 |
| HSL | 115.65º | 0.84% | 0.52% | - |
| HSV(B) | 115.65º | 0.88% | 0.93% | - |
| XYZ | 31.26 | 60.62 | 11.21 | - |
| YUV | 154.99 | 56.89 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 29 | 0.81 | 0 | 0.88 | 0.07 | 115.65 | 0.84 | 0.52 |
| Hex | 2C | EC | 1D | 51 | 0 | 58 | 7 | 74 | 54 | 34 |
| Octal | 54 | 354 | 35 | 121 | 0 | 130 | 7 | 164 | 124 | 64 |
| Binary | 101100 | 11101100 | 11101 | 1010001 | 0 | 1011000 | 111 | 1110100 | 1010100 | 110100 |
Color Harmonies of #2CEC1D
Complementary color
Monochromatic Colors of #2CEC1D
Black with #2CEC1D
Text Example
Text Example
White with #2CEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC1D; }
p { color: rgb(44,236,29); }
H1.HeaderClassName
{
color: #2CEC1D;
}
.AnyTagClassName
{
color: #2CEC1D;
}
</style>
background-color css
<style>
a { background-color: #2CEC1D; }
a { background-color: rgb(44,236,29); }
div.DivClassName
{
background-color: #2CEC1D;
}
.BgClassName
{
background-color: #2CEC1D;
}
</style>
border-color css
<style>
span { border-color: #2CEC1D; }
span { border-color: rgb(44,236,29); }
td.TdClassName
{
border-color: #2CEC1D;
}
.TagClassName
{
border-color: #2CEC1D;
}
</style>