Shades of Dark Pastel Green #1EB24C
Tints of Dark Pastel Green #1EB24C
RGB
CMYK
RGB Variations
Color information
#1EB24C (or 0x1EB24C) is known color: Dark Pastel Green. HEX triplet: 1E, B2 and 4C. RGB value is (30,178,76). Sum of RGB (Red+Green+Blue) = 30+178+76=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB24C is #E14DB3. Grayscale: #7A7A7A. Windows color (decimal): -14765492 or 5026334. OLE color: 5026334.
HSL color Cylindrical-coordinate representation of color #1EB24C: hue angle of 138.65º 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 #1EB24C is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 76 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.30 |
| HSL | 138.65º | 0.71% | 0.41% | - |
| HSV(B) | 138.65º | 0.83% | 0.7% | - |
| XYZ | 17.76 | 32.64 | 12.2 | - |
| YUV | 122.12 | 101.97 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 76 | 0.83 | 0 | 0.57 | 0.30 | 138.65 | 0.71 | 0.41 |
| Hex | 1E | B2 | 4C | 53 | 0 | 39 | 1E | 8B | 47 | 29 |
| Octal | 36 | 262 | 114 | 123 | 0 | 71 | 36 | 213 | 107 | 51 |
| Binary | 11110 | 10110010 | 1001100 | 1010011 | 0 | 111001 | 11110 | 10001011 | 1000111 | 101001 |
Color Harmonies of #1EB24C
Complementary color
Monochromatic Colors of #1EB24C
Black with #1EB24C
Text Example
Text Example
White with #1EB24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB24C; }
p { color: rgb(30,178,76); }
H1.HeaderClassName
{
color: #1EB24C;
}
.AnyTagClassName
{
color: #1EB24C;
}
</style>
background-color css
<style>
a { background-color: #1EB24C; }
a { background-color: rgb(30,178,76); }
div.DivClassName
{
background-color: #1EB24C;
}
.BgClassName
{
background-color: #1EB24C;
}
</style>
border-color css
<style>
span { border-color: #1EB24C; }
span { border-color: rgb(30,178,76); }
td.TdClassName
{
border-color: #1EB24C;
}
.TagClassName
{
border-color: #1EB24C;
}
</style>