Shades of Dark Pastel Green #1EC43F
Tints of Dark Pastel Green #1EC43F
RGB
CMYK
RGB Variations
Color information
#1EC43F (or 0x1EC43F) is known color: Dark Pastel Green. HEX triplet: 1E, C4 and 3F. RGB value is (30,196,63). Sum of RGB (Red+Green+Blue) = 30+196+63=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC43F is #E13BC0. Grayscale: #838383. Windows color (decimal): -14760897 or 4178974. OLE color: 4178974.
HSL color Cylindrical-coordinate representation of color #1EC43F: hue angle of 131.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC43F is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 63 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.23 |
| HSL | 131.93º | 0.73% | 0.44% | - |
| HSV(B) | 131.93º | 0.85% | 0.77% | - |
| XYZ | 21.17 | 40.11 | 11.33 | - |
| YUV | 131.2 | 89.5 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 63 | 0.85 | 0 | 0.68 | 0.23 | 131.93 | 0.73 | 0.44 |
| Hex | 1E | C4 | 3F | 55 | 0 | 44 | 17 | 84 | 49 | 2C |
| Octal | 36 | 304 | 77 | 125 | 0 | 104 | 27 | 204 | 111 | 54 |
| Binary | 11110 | 11000100 | 111111 | 1010101 | 0 | 1000100 | 10111 | 10000100 | 1001001 | 101100 |
Color Harmonies of #1EC43F
Complementary color
Monochromatic Colors of #1EC43F
Black with #1EC43F
Text Example
Text Example
White with #1EC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC43F; }
p { color: rgb(30,196,63); }
H1.HeaderClassName
{
color: #1EC43F;
}
.AnyTagClassName
{
color: #1EC43F;
}
</style>
background-color css
<style>
a { background-color: #1EC43F; }
a { background-color: rgb(30,196,63); }
div.DivClassName
{
background-color: #1EC43F;
}
.BgClassName
{
background-color: #1EC43F;
}
</style>
border-color css
<style>
span { border-color: #1EC43F; }
span { border-color: rgb(30,196,63); }
td.TdClassName
{
border-color: #1EC43F;
}
.TagClassName
{
border-color: #1EC43F;
}
</style>