Shades of Lime Green #2CDF14
Tints of Lime Green #2CDF14
RGB
CMYK
RGB Variations
Color information
#2CDF14 (or 0x2CDF14) is known color: Lime Green. HEX triplet: 2C, DF and 14. RGB value is (44,223,20). Sum of RGB (Red+Green+Blue) = 44+223+20=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDF14 is #D320EB. Grayscale: #929292. Windows color (decimal): -13836524 or 1367852. OLE color: 1367852.
HSL color Cylindrical-coordinate representation of color #2CDF14: hue angle of 112.91º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CDF14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 20 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.91º | 0.84% | 0.48% | - |
| HSV(B) | 112.91º | 0.91% | 0.87% | - |
| XYZ | 27.55 | 53.36 | 9.51 | - |
| YUV | 146.34 | 56.7 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 20 | 0.80 | 0 | 0.91 | 0.13 | 112.91 | 0.84 | 0.48 |
| Hex | 2C | DF | 14 | 50 | 0 | 5B | D | 71 | 54 | 30 |
| Octal | 54 | 337 | 24 | 120 | 0 | 133 | 15 | 161 | 124 | 60 |
| Binary | 101100 | 11011111 | 10100 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010100 | 110000 |
Color Harmonies of #2CDF14
Complementary color
Monochromatic Colors of #2CDF14
Black with #2CDF14
Text Example
Text Example
White with #2CDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF14; }
p { color: rgb(44,223,20); }
H1.HeaderClassName
{
color: #2CDF14;
}
.AnyTagClassName
{
color: #2CDF14;
}
</style>
background-color css
<style>
a { background-color: #2CDF14; }
a { background-color: rgb(44,223,20); }
div.DivClassName
{
background-color: #2CDF14;
}
.BgClassName
{
background-color: #2CDF14;
}
</style>
border-color css
<style>
span { border-color: #2CDF14; }
span { border-color: rgb(44,223,20); }
td.TdClassName
{
border-color: #2CDF14;
}
.TagClassName
{
border-color: #2CDF14;
}
</style>