Shades of Dark Pastel Green #1EBE4D
Tints of Dark Pastel Green #1EBE4D
RGB
CMYK
RGB Variations
Color information
#1EBE4D (or 0x1EBE4D) is known color: Dark Pastel Green. HEX triplet: 1E, BE and 4D. RGB value is (30,190,77). Sum of RGB (Red+Green+Blue) = 30+190+77=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBE4D is #E141B2. Grayscale: #818181. Windows color (decimal): -14762419 or 5094942. OLE color: 5094942.
HSL color Cylindrical-coordinate representation of color #1EBE4D: hue angle of 137.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBE4D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 77 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.25 |
| HSL | 137.63º | 0.73% | 0.43% | - |
| HSV(B) | 137.63º | 0.84% | 0.75% | - |
| XYZ | 20.29 | 37.64 | 13.22 | - |
| YUV | 129.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 77 | 0.84 | 0 | 0.59 | 0.25 | 137.63 | 0.73 | 0.43 |
| Hex | 1E | BE | 4D | 54 | 0 | 3B | 19 | 8A | 49 | 2B |
| Octal | 36 | 276 | 115 | 124 | 0 | 73 | 31 | 212 | 111 | 53 |
| Binary | 11110 | 10111110 | 1001101 | 1010100 | 0 | 111011 | 11001 | 10001010 | 1001001 | 101011 |
Color Harmonies of #1EBE4D
Complementary color
Monochromatic Colors of #1EBE4D
Black with #1EBE4D
Text Example
Text Example
White with #1EBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE4D; }
p { color: rgb(30,190,77); }
H1.HeaderClassName
{
color: #1EBE4D;
}
.AnyTagClassName
{
color: #1EBE4D;
}
</style>
background-color css
<style>
a { background-color: #1EBE4D; }
a { background-color: rgb(30,190,77); }
div.DivClassName
{
background-color: #1EBE4D;
}
.BgClassName
{
background-color: #1EBE4D;
}
</style>
border-color css
<style>
span { border-color: #1EBE4D; }
span { border-color: rgb(30,190,77); }
td.TdClassName
{
border-color: #1EBE4D;
}
.TagClassName
{
border-color: #1EBE4D;
}
</style>