Shades of Dark Pastel Green #1EC23C
Tints of Dark Pastel Green #1EC23C
RGB
CMYK
RGB Variations
Color information
#1EC23C (or 0x1EC23C) is known color: Dark Pastel Green. HEX triplet: 1E, C2 and 3C. RGB value is (30,194,60). Sum of RGB (Red+Green+Blue) = 30+194+60=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 194 (76.17% from 255 or 68.31% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC23C is #E13DC3. Grayscale: #828282. Windows color (decimal): -14761412 or 3981854. OLE color: 3981854.
HSL color Cylindrical-coordinate representation of color #1EC23C: hue angle of 130.98º 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 #1EC23C is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 60 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.24 |
| HSL | 130.98º | 0.73% | 0.44% | - |
| HSV(B) | 130.98º | 0.85% | 0.76% | - |
| XYZ | 20.64 | 39.19 | 10.75 | - |
| YUV | 129.69 | 88.67 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 60 | 0.85 | 0 | 0.69 | 0.24 | 130.98 | 0.73 | 0.44 |
| Hex | 1E | C2 | 3C | 55 | 0 | 45 | 18 | 83 | 49 | 2C |
| Octal | 36 | 302 | 74 | 125 | 0 | 105 | 30 | 203 | 111 | 54 |
| Binary | 11110 | 11000010 | 111100 | 1010101 | 0 | 1000101 | 11000 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC23C
Complementary color
Monochromatic Colors of #1EC23C
Black with #1EC23C
Text Example
Text Example
White with #1EC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC23C; }
p { color: rgb(30,194,60); }
H1.HeaderClassName
{
color: #1EC23C;
}
.AnyTagClassName
{
color: #1EC23C;
}
</style>
background-color css
<style>
a { background-color: #1EC23C; }
a { background-color: rgb(30,194,60); }
div.DivClassName
{
background-color: #1EC23C;
}
.BgClassName
{
background-color: #1EC23C;
}
</style>
border-color css
<style>
span { border-color: #1EC23C; }
span { border-color: rgb(30,194,60); }
td.TdClassName
{
border-color: #1EC23C;
}
.TagClassName
{
border-color: #1EC23C;
}
</style>