Shades of Lime Green #2DCE14
Tints of Lime Green #2DCE14
RGB
CMYK
RGB Variations
Color information
#2DCE14 (or 0x2DCE14) is known color: Lime Green. HEX triplet: 2D, CE and 14. RGB value is (45,206,20). Sum of RGB (Red+Green+Blue) = 45+206+20=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE14 is #D231EB. Grayscale: #898989. Windows color (decimal): -13775340 or 1363501. OLE color: 1363501.
HSL color Cylindrical-coordinate representation of color #2DCE14: hue angle of 111.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DCE14 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 20 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.19 |
| HSL | 111.94º | 0.82% | 0.44% | - |
| HSV(B) | 111.94º | 0.9% | 0.81% | - |
| XYZ | 23.28 | 44.75 | 8.07 | - |
| YUV | 136.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 20 | 0.78 | 0 | 0.90 | 0.19 | 111.94 | 0.82 | 0.44 |
| Hex | 2D | CE | 14 | 4E | 0 | 5A | 13 | 70 | 52 | 2C |
| Octal | 55 | 316 | 24 | 116 | 0 | 132 | 23 | 160 | 122 | 54 |
| Binary | 101101 | 11001110 | 10100 | 1001110 | 0 | 1011010 | 10011 | 1110000 | 1010010 | 101100 |
Color Harmonies of #2DCE14
Complementary color
Monochromatic Colors of #2DCE14
Black with #2DCE14
Text Example
Text Example
White with #2DCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE14; }
p { color: rgb(45,206,20); }
H1.HeaderClassName
{
color: #2DCE14;
}
.AnyTagClassName
{
color: #2DCE14;
}
</style>
background-color css
<style>
a { background-color: #2DCE14; }
a { background-color: rgb(45,206,20); }
div.DivClassName
{
background-color: #2DCE14;
}
.BgClassName
{
background-color: #2DCE14;
}
</style>
border-color css
<style>
span { border-color: #2DCE14; }
span { border-color: rgb(45,206,20); }
td.TdClassName
{
border-color: #2DCE14;
}
.TagClassName
{
border-color: #2DCE14;
}
</style>