Shades of Dark Pastel Green #1EBF4A
Tints of Dark Pastel Green #1EBF4A
RGB
CMYK
RGB Variations
Color information
#1EBF4A (or 0x1EBF4A) is known color: Dark Pastel Green. HEX triplet: 1E, BF and 4A. RGB value is (30,191,74). Sum of RGB (Red+Green+Blue) = 30+191+74=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBF4A is #E140B5. Grayscale: #818181. Windows color (decimal): -14762166 or 4898590. OLE color: 4898590.
HSL color Cylindrical-coordinate representation of color #1EBF4A: hue angle of 136.4º 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 #1EBF4A is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 74 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.25 |
| HSL | 136.4º | 0.73% | 0.43% | - |
| HSV(B) | 136.4º | 0.84% | 0.75% | - |
| XYZ | 20.4 | 38.03 | 12.74 | - |
| YUV | 129.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 74 | 0.84 | 0 | 0.61 | 0.25 | 136.4 | 0.73 | 0.43 |
| Hex | 1E | BF | 4A | 54 | 0 | 3D | 19 | 88 | 49 | 2B |
| Octal | 36 | 277 | 112 | 124 | 0 | 75 | 31 | 210 | 111 | 53 |
| Binary | 11110 | 10111111 | 1001010 | 1010100 | 0 | 111101 | 11001 | 10001000 | 1001001 | 101011 |
Color Harmonies of #1EBF4A
Complementary color
Monochromatic Colors of #1EBF4A
Black with #1EBF4A
Text Example
Text Example
White with #1EBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBF4A; }
p { color: rgb(30,191,74); }
H1.HeaderClassName
{
color: #1EBF4A;
}
.AnyTagClassName
{
color: #1EBF4A;
}
</style>
background-color css
<style>
a { background-color: #1EBF4A; }
a { background-color: rgb(30,191,74); }
div.DivClassName
{
background-color: #1EBF4A;
}
.BgClassName
{
background-color: #1EBF4A;
}
</style>
border-color css
<style>
span { border-color: #1EBF4A; }
span { border-color: rgb(30,191,74); }
td.TdClassName
{
border-color: #1EBF4A;
}
.TagClassName
{
border-color: #1EBF4A;
}
</style>