Shades of Lime Green #2CDD14
Tints of Lime Green #2CDD14
RGB
CMYK
RGB Variations
Color information
#2CDD14 (or 0x2CDD14) is known color: Lime Green. HEX triplet: 2C, DD and 14. RGB value is (44,221,20). Sum of RGB (Red+Green+Blue) = 44+221+20=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD14 is #D322EB. Grayscale: #919191. Windows color (decimal): -13837036 or 1367340. OLE color: 1367340.
HSL color Cylindrical-coordinate representation of color #2CDD14: hue angle of 112.84º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CDD14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.84º | 0.83% | 0.47% | - |
| HSV(B) | 112.84º | 0.91% | 0.87% | - |
| XYZ | 27.02 | 52.3 | 9.33 | - |
| YUV | 145.16 | 57.36 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 20 | 0.80 | 0 | 0.91 | 0.13 | 112.84 | 0.83 | 0.47 |
| Hex | 2C | DD | 14 | 50 | 0 | 5B | D | 71 | 53 | 2F |
| Octal | 54 | 335 | 24 | 120 | 0 | 133 | 15 | 161 | 123 | 57 |
| Binary | 101100 | 11011101 | 10100 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 101111 |
Color Harmonies of #2CDD14
Complementary color
Monochromatic Colors of #2CDD14
Black with #2CDD14
Text Example
Text Example
White with #2CDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD14; }
p { color: rgb(44,221,20); }
H1.HeaderClassName
{
color: #2CDD14;
}
.AnyTagClassName
{
color: #2CDD14;
}
</style>
background-color css
<style>
a { background-color: #2CDD14; }
a { background-color: rgb(44,221,20); }
div.DivClassName
{
background-color: #2CDD14;
}
.BgClassName
{
background-color: #2CDD14;
}
</style>
border-color css
<style>
span { border-color: #2CDD14; }
span { border-color: rgb(44,221,20); }
td.TdClassName
{
border-color: #2CDD14;
}
.TagClassName
{
border-color: #2CDD14;
}
</style>