Shades of Dark Pastel Green #1EC53F
Tints of Dark Pastel Green #1EC53F
RGB
CMYK
RGB Variations
Color information
#1EC53F (or 0x1EC53F) is known color: Dark Pastel Green. HEX triplet: 1E, C5 and 3F. RGB value is (30,197,63). Sum of RGB (Red+Green+Blue) = 30+197+63=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC53F is #E13AC0. Grayscale: #848484. Windows color (decimal): -14760641 or 4179230. OLE color: 4179230.
HSL color Cylindrical-coordinate representation of color #1EC53F: hue angle of 131.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC53F is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 63 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.23 |
| HSL | 131.86º | 0.74% | 0.45% | - |
| HSV(B) | 131.86º | 0.85% | 0.77% | - |
| XYZ | 21.4 | 40.57 | 11.41 | - |
| YUV | 131.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 63 | 0.85 | 0 | 0.68 | 0.23 | 131.86 | 0.74 | 0.45 |
| Hex | 1E | C5 | 3F | 55 | 0 | 44 | 17 | 84 | 4A | 2D |
| Octal | 36 | 305 | 77 | 125 | 0 | 104 | 27 | 204 | 112 | 55 |
| Binary | 11110 | 11000101 | 111111 | 1010101 | 0 | 1000100 | 10111 | 10000100 | 1001010 | 101101 |
Color Harmonies of #1EC53F
Complementary color
Monochromatic Colors of #1EC53F
Black with #1EC53F
Text Example
Text Example
White with #1EC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC53F; }
p { color: rgb(30,197,63); }
H1.HeaderClassName
{
color: #1EC53F;
}
.AnyTagClassName
{
color: #1EC53F;
}
</style>
background-color css
<style>
a { background-color: #1EC53F; }
a { background-color: rgb(30,197,63); }
div.DivClassName
{
background-color: #1EC53F;
}
.BgClassName
{
background-color: #1EC53F;
}
</style>
border-color css
<style>
span { border-color: #1EC53F; }
span { border-color: rgb(30,197,63); }
td.TdClassName
{
border-color: #1EC53F;
}
.TagClassName
{
border-color: #1EC53F;
}
</style>