Shades of Dark Pastel Green #1EC440
Tints of Dark Pastel Green #1EC440
RGB
CMYK
RGB Variations
Color information
#1EC440 (or 0x1EC440) is known color: Dark Pastel Green. HEX triplet: 1E, C4 and 40. RGB value is (30,196,64). Sum of RGB (Red+Green+Blue) = 30+196+64=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 196 (76.95% from 255 or 67.59% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC440 is #E13BBF. Grayscale: #838383. Windows color (decimal): -14760896 or 4244510. OLE color: 4244510.
HSL color Cylindrical-coordinate representation of color #1EC440: hue angle of 132.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC440 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 64 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.23 |
| HSL | 132.29º | 0.73% | 0.44% | - |
| HSV(B) | 132.29º | 0.85% | 0.77% | - |
| XYZ | 21.2 | 40.13 | 11.48 | - |
| YUV | 131.32 | 90 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 64 | 0.85 | 0 | 0.67 | 0.23 | 132.29 | 0.73 | 0.44 |
| Hex | 1E | C4 | 40 | 55 | 0 | 43 | 17 | 84 | 49 | 2C |
| Octal | 36 | 304 | 100 | 125 | 0 | 103 | 27 | 204 | 111 | 54 |
| Binary | 11110 | 11000100 | 1000000 | 1010101 | 0 | 1000011 | 10111 | 10000100 | 1001001 | 101100 |
Color Harmonies of #1EC440
Complementary color
Monochromatic Colors of #1EC440
Black with #1EC440
Text Example
Text Example
White with #1EC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC440; }
p { color: rgb(30,196,64); }
H1.HeaderClassName
{
color: #1EC440;
}
.AnyTagClassName
{
color: #1EC440;
}
</style>
background-color css
<style>
a { background-color: #1EC440; }
a { background-color: rgb(30,196,64); }
div.DivClassName
{
background-color: #1EC440;
}
.BgClassName
{
background-color: #1EC440;
}
</style>
border-color css
<style>
span { border-color: #1EC440; }
span { border-color: rgb(30,196,64); }
td.TdClassName
{
border-color: #1EC440;
}
.TagClassName
{
border-color: #1EC440;
}
</style>