Shades of Malachite #1EF03D
Tints of Malachite #1EF03D
RGB
CMYK
RGB Variations
Color information
#1EF03D (or 0x1EF03D) is known color: Malachite. HEX triplet: 1E, F0 and 3D. RGB value is (30,240,61). Sum of RGB (Red+Green+Blue) = 30+240+61=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #1EF03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF03D is #E10FC2. Grayscale: #9D9D9D. Windows color (decimal): -14749635 or 4059166. OLE color: 4059166.
HSL color Cylindrical-coordinate representation of color #1EF03D: hue angle of 128.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF03D is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 240 | 61 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.06 |
| HSL | 128.86º | 0.88% | 0.53% | - |
| HSV(B) | 128.86º | 0.88% | 0.94% | - |
| XYZ | 32.54 | 62.93 | 14.85 | - |
| YUV | 156.8 | 73.93 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 240 | 61 | 0.87 | 0 | 0.75 | 0.06 | 128.86 | 0.88 | 0.53 |
| Hex | 1E | F0 | 3D | 57 | 0 | 4B | 6 | 81 | 58 | 35 |
| Octal | 36 | 360 | 75 | 127 | 0 | 113 | 6 | 201 | 130 | 65 |
| Binary | 11110 | 11110000 | 111101 | 1010111 | 0 | 1001011 | 110 | 10000001 | 1011000 | 110101 |
Color Harmonies of #1EF03D
Complementary color
Monochromatic Colors of #1EF03D
Black with #1EF03D
Text Example
Text Example
White with #1EF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF03D; }
p { color: rgb(30,240,61); }
H1.HeaderClassName
{
color: #1EF03D;
}
.AnyTagClassName
{
color: #1EF03D;
}
</style>
background-color css
<style>
a { background-color: #1EF03D; }
a { background-color: rgb(30,240,61); }
div.DivClassName
{
background-color: #1EF03D;
}
.BgClassName
{
background-color: #1EF03D;
}
</style>
border-color css
<style>
span { border-color: #1EF03D; }
span { border-color: rgb(30,240,61); }
td.TdClassName
{
border-color: #1EF03D;
}
.TagClassName
{
border-color: #1EF03D;
}
</style>