Shades of Dark Pastel Green #1EC23D
Tints of Dark Pastel Green #1EC23D
RGB
CMYK
RGB Variations
Color information
#1EC23D (or 0x1EC23D) is known color: Dark Pastel Green. HEX triplet: 1E, C2 and 3D. RGB value is (30,194,61). Sum of RGB (Red+Green+Blue) = 30+194+61=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC23D is #E13DC2. Grayscale: #828282. Windows color (decimal): -14761411 or 4047390. OLE color: 4047390.
HSL color Cylindrical-coordinate representation of color #1EC23D: hue angle of 131.34º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC23D is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 61 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.24 |
| HSL | 131.34º | 0.73% | 0.44% | - |
| HSV(B) | 131.34º | 0.85% | 0.76% | - |
| XYZ | 20.67 | 39.2 | 10.89 | - |
| YUV | 129.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 61 | 0.85 | 0 | 0.69 | 0.24 | 131.34 | 0.73 | 0.44 |
| Hex | 1E | C2 | 3D | 55 | 0 | 45 | 18 | 83 | 49 | 2C |
| Octal | 36 | 302 | 75 | 125 | 0 | 105 | 30 | 203 | 111 | 54 |
| Binary | 11110 | 11000010 | 111101 | 1010101 | 0 | 1000101 | 11000 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC23D
Complementary color
Monochromatic Colors of #1EC23D
Black with #1EC23D
Text Example
Text Example
White with #1EC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC23D; }
p { color: rgb(30,194,61); }
H1.HeaderClassName
{
color: #1EC23D;
}
.AnyTagClassName
{
color: #1EC23D;
}
</style>
background-color css
<style>
a { background-color: #1EC23D; }
a { background-color: rgb(30,194,61); }
div.DivClassName
{
background-color: #1EC23D;
}
.BgClassName
{
background-color: #1EC23D;
}
</style>
border-color css
<style>
span { border-color: #1EC23D; }
span { border-color: rgb(30,194,61); }
td.TdClassName
{
border-color: #1EC23D;
}
.TagClassName
{
border-color: #1EC23D;
}
</style>