Shades of Dark Pastel Green #1EC14C
Tints of Dark Pastel Green #1EC14C
RGB
CMYK
RGB Variations
Color information
#1EC14C (or 0x1EC14C) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 4C. RGB value is (30,193,76). Sum of RGB (Red+Green+Blue) = 30+193+76=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC14C is #E13EB3. Grayscale: #838383. Windows color (decimal): -14761652 or 5030174. OLE color: 5030174.
HSL color Cylindrical-coordinate representation of color #1EC14C: hue angle of 136.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC14C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 76 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.24 |
| HSL | 136.93º | 0.73% | 0.44% | - |
| HSV(B) | 136.93º | 0.84% | 0.76% | - |
| XYZ | 20.91 | 38.94 | 13.25 | - |
| YUV | 130.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 76 | 0.84 | 0 | 0.61 | 0.24 | 136.93 | 0.73 | 0.44 |
| Hex | 1E | C1 | 4C | 54 | 0 | 3D | 18 | 89 | 49 | 2C |
| Octal | 36 | 301 | 114 | 124 | 0 | 75 | 30 | 211 | 111 | 54 |
| Binary | 11110 | 11000001 | 1001100 | 1010100 | 0 | 111101 | 11000 | 10001001 | 1001001 | 101100 |
Color Harmonies of #1EC14C
Complementary color
Monochromatic Colors of #1EC14C
Black with #1EC14C
Text Example
Text Example
White with #1EC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC14C; }
p { color: rgb(30,193,76); }
H1.HeaderClassName
{
color: #1EC14C;
}
.AnyTagClassName
{
color: #1EC14C;
}
</style>
background-color css
<style>
a { background-color: #1EC14C; }
a { background-color: rgb(30,193,76); }
div.DivClassName
{
background-color: #1EC14C;
}
.BgClassName
{
background-color: #1EC14C;
}
</style>
border-color css
<style>
span { border-color: #1EC14C; }
span { border-color: rgb(30,193,76); }
td.TdClassName
{
border-color: #1EC14C;
}
.TagClassName
{
border-color: #1EC14C;
}
</style>