Shades of Dark Pastel Green #1EB24E
Tints of Dark Pastel Green #1EB24E
RGB
CMYK
RGB Variations
Color information
#1EB24E (or 0x1EB24E) is known color: Dark Pastel Green. HEX triplet: 1E, B2 and 4E. RGB value is (30,178,78). Sum of RGB (Red+Green+Blue) = 30+178+78=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EB24E is #E14DB1. Grayscale: #7A7A7A. Windows color (decimal): -14765490 or 5157406. OLE color: 5157406.
HSL color Cylindrical-coordinate representation of color #1EB24E: hue angle of 139.46º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB24E is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 78 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.30 |
| HSL | 139.46º | 0.71% | 0.41% | - |
| HSV(B) | 139.46º | 0.83% | 0.7% | - |
| XYZ | 17.83 | 32.67 | 12.57 | - |
| YUV | 122.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 78 | 0.83 | 0 | 0.56 | 0.30 | 139.46 | 0.71 | 0.41 |
| Hex | 1E | B2 | 4E | 53 | 0 | 38 | 1E | 8B | 47 | 29 |
| Octal | 36 | 262 | 116 | 123 | 0 | 70 | 36 | 213 | 107 | 51 |
| Binary | 11110 | 10110010 | 1001110 | 1010011 | 0 | 111000 | 11110 | 10001011 | 1000111 | 101001 |
Color Harmonies of #1EB24E
Complementary color
Monochromatic Colors of #1EB24E
Black with #1EB24E
Text Example
Text Example
White with #1EB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB24E; }
p { color: rgb(30,178,78); }
H1.HeaderClassName
{
color: #1EB24E;
}
.AnyTagClassName
{
color: #1EB24E;
}
</style>
background-color css
<style>
a { background-color: #1EB24E; }
a { background-color: rgb(30,178,78); }
div.DivClassName
{
background-color: #1EB24E;
}
.BgClassName
{
background-color: #1EB24E;
}
</style>
border-color css
<style>
span { border-color: #1EB24E; }
span { border-color: rgb(30,178,78); }
td.TdClassName
{
border-color: #1EB24E;
}
.TagClassName
{
border-color: #1EB24E;
}
</style>