Shades of Dark Pastel Green #1EC03C
Tints of Dark Pastel Green #1EC03C
RGB
CMYK
RGB Variations
Color information
#1EC03C (or 0x1EC03C) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 3C. RGB value is (30,192,60). Sum of RGB (Red+Green+Blue) = 30+192+60=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC03C is #E13FC3. Grayscale: #808080. Windows color (decimal): -14761924 or 3981342. OLE color: 3981342.
HSL color Cylindrical-coordinate representation of color #1EC03C: hue angle of 131.11º 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 #1EC03C is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 60 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.25 |
| HSL | 131.11º | 0.73% | 0.44% | - |
| HSV(B) | 131.11º | 0.84% | 0.75% | - |
| XYZ | 20.2 | 38.3 | 10.6 | - |
| YUV | 128.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 60 | 0.84 | 0 | 0.69 | 0.25 | 131.11 | 0.73 | 0.44 |
| Hex | 1E | C0 | 3C | 54 | 0 | 45 | 19 | 83 | 49 | 2C |
| Octal | 36 | 300 | 74 | 124 | 0 | 105 | 31 | 203 | 111 | 54 |
| Binary | 11110 | 11000000 | 111100 | 1010100 | 0 | 1000101 | 11001 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC03C
Complementary color
Monochromatic Colors of #1EC03C
Black with #1EC03C
Text Example
Text Example
White with #1EC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC03C; }
p { color: rgb(30,192,60); }
H1.HeaderClassName
{
color: #1EC03C;
}
.AnyTagClassName
{
color: #1EC03C;
}
</style>
background-color css
<style>
a { background-color: #1EC03C; }
a { background-color: rgb(30,192,60); }
div.DivClassName
{
background-color: #1EC03C;
}
.BgClassName
{
background-color: #1EC03C;
}
</style>
border-color css
<style>
span { border-color: #1EC03C; }
span { border-color: rgb(30,192,60); }
td.TdClassName
{
border-color: #1EC03C;
}
.TagClassName
{
border-color: #1EC03C;
}
</style>