Shades of Dark Pastel Green #1EC03D
Tints of Dark Pastel Green #1EC03D
RGB
CMYK
RGB Variations
Color information
#1EC03D (or 0x1EC03D) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 3D. RGB value is (30,192,61). Sum of RGB (Red+Green+Blue) = 30+192+61=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC03D is #E13FC2. Grayscale: #808080. Windows color (decimal): -14761923 or 4046878. OLE color: 4046878.
HSL color Cylindrical-coordinate representation of color #1EC03D: hue angle of 131.48º 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 #1EC03D is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 61 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.25 |
| HSL | 131.48º | 0.73% | 0.44% | - |
| HSV(B) | 131.48º | 0.84% | 0.75% | - |
| XYZ | 20.23 | 38.31 | 10.74 | - |
| YUV | 128.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 61 | 0.84 | 0 | 0.68 | 0.25 | 131.48 | 0.73 | 0.44 |
| Hex | 1E | C0 | 3D | 54 | 0 | 44 | 19 | 83 | 49 | 2C |
| Octal | 36 | 300 | 75 | 124 | 0 | 104 | 31 | 203 | 111 | 54 |
| Binary | 11110 | 11000000 | 111101 | 1010100 | 0 | 1000100 | 11001 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC03D
Complementary color
Monochromatic Colors of #1EC03D
Black with #1EC03D
Text Example
Text Example
White with #1EC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC03D; }
p { color: rgb(30,192,61); }
H1.HeaderClassName
{
color: #1EC03D;
}
.AnyTagClassName
{
color: #1EC03D;
}
</style>
background-color css
<style>
a { background-color: #1EC03D; }
a { background-color: rgb(30,192,61); }
div.DivClassName
{
background-color: #1EC03D;
}
.BgClassName
{
background-color: #1EC03D;
}
</style>
border-color css
<style>
span { border-color: #1EC03D; }
span { border-color: rgb(30,192,61); }
td.TdClassName
{
border-color: #1EC03D;
}
.TagClassName
{
border-color: #1EC03D;
}
</style>