Shades of Dark Pastel Green #1EC04E
Tints of Dark Pastel Green #1EC04E
RGB
CMYK
RGB Variations
Color information
#1EC04E (or 0x1EC04E) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 4E. RGB value is (30,192,78). Sum of RGB (Red+Green+Blue) = 30+192+78=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC04E is #E13FB1. Grayscale: #828282. Windows color (decimal): -14761906 or 5160990. OLE color: 5160990.
HSL color Cylindrical-coordinate representation of color #1EC04E: hue angle of 137.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC04E is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 78 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.25 |
| HSL | 137.78º | 0.73% | 0.44% | - |
| HSV(B) | 137.78º | 0.84% | 0.75% | - |
| XYZ | 20.76 | 38.53 | 13.55 | - |
| YUV | 130.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 78 | 0.84 | 0 | 0.59 | 0.25 | 137.78 | 0.73 | 0.44 |
| Hex | 1E | C0 | 4E | 54 | 0 | 3B | 19 | 8A | 49 | 2C |
| Octal | 36 | 300 | 116 | 124 | 0 | 73 | 31 | 212 | 111 | 54 |
| Binary | 11110 | 11000000 | 1001110 | 1010100 | 0 | 111011 | 11001 | 10001010 | 1001001 | 101100 |
Color Harmonies of #1EC04E
Complementary color
Monochromatic Colors of #1EC04E
Black with #1EC04E
Text Example
Text Example
White with #1EC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC04E; }
p { color: rgb(30,192,78); }
H1.HeaderClassName
{
color: #1EC04E;
}
.AnyTagClassName
{
color: #1EC04E;
}
</style>
background-color css
<style>
a { background-color: #1EC04E; }
a { background-color: rgb(30,192,78); }
div.DivClassName
{
background-color: #1EC04E;
}
.BgClassName
{
background-color: #1EC04E;
}
</style>
border-color css
<style>
span { border-color: #1EC04E; }
span { border-color: rgb(30,192,78); }
td.TdClassName
{
border-color: #1EC04E;
}
.TagClassName
{
border-color: #1EC04E;
}
</style>