Shades of Dark Pastel Green #1EC14B
Tints of Dark Pastel Green #1EC14B
RGB
CMYK
RGB Variations
Color information
#1EC14B (or 0x1EC14B) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 4B. RGB value is (30,193,75). Sum of RGB (Red+Green+Blue) = 30+193+75=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC14B is #E13EB4. Grayscale: #838383. Windows color (decimal): -14761653 or 4964638. OLE color: 4964638.
HSL color Cylindrical-coordinate representation of color #1EC14B: hue angle of 136.56º 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 #1EC14B is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 75 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.24 |
| HSL | 136.56º | 0.73% | 0.44% | - |
| HSV(B) | 136.56º | 0.84% | 0.76% | - |
| XYZ | 20.88 | 38.92 | 13.07 | - |
| YUV | 130.81 | 96.5 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 75 | 0.84 | 0 | 0.61 | 0.24 | 136.56 | 0.73 | 0.44 |
| Hex | 1E | C1 | 4B | 54 | 0 | 3D | 18 | 89 | 49 | 2C |
| Octal | 36 | 301 | 113 | 124 | 0 | 75 | 30 | 211 | 111 | 54 |
| Binary | 11110 | 11000001 | 1001011 | 1010100 | 0 | 111101 | 11000 | 10001001 | 1001001 | 101100 |
Color Harmonies of #1EC14B
Complementary color
Monochromatic Colors of #1EC14B
Black with #1EC14B
Text Example
Text Example
White with #1EC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC14B; }
p { color: rgb(30,193,75); }
H1.HeaderClassName
{
color: #1EC14B;
}
.AnyTagClassName
{
color: #1EC14B;
}
</style>
background-color css
<style>
a { background-color: #1EC14B; }
a { background-color: rgb(30,193,75); }
div.DivClassName
{
background-color: #1EC14B;
}
.BgClassName
{
background-color: #1EC14B;
}
</style>
border-color css
<style>
span { border-color: #1EC14B; }
span { border-color: rgb(30,193,75); }
td.TdClassName
{
border-color: #1EC14B;
}
.TagClassName
{
border-color: #1EC14B;
}
</style>