Shades of Malachite #1EF24D
Tints of Malachite #1EF24D
RGB
CMYK
RGB Variations
Color information
#1EF24D (or 0x1EF24D) is known color: Malachite. HEX triplet: 1E, F2 and 4D. RGB value is (30,242,77). Sum of RGB (Red+Green+Blue) = 30+242+77=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF24D is #E10DB2. Grayscale: #A0A0A0. Windows color (decimal): -14749107 or 5108254. OLE color: 5108254.
HSL color Cylindrical-coordinate representation of color #1EF24D: hue angle of 133.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF24D is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 77 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.05 |
| HSL | 133.3º | 0.89% | 0.53% | - |
| HSV(B) | 133.3º | 0.88% | 0.95% | - |
| XYZ | 33.63 | 64.32 | 17.66 | - |
| YUV | 159.8 | 81.26 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 77 | 0.88 | 0 | 0.68 | 0.05 | 133.3 | 0.89 | 0.53 |
| Hex | 1E | F2 | 4D | 58 | 0 | 44 | 5 | 85 | 59 | 35 |
| Octal | 36 | 362 | 115 | 130 | 0 | 104 | 5 | 205 | 131 | 65 |
| Binary | 11110 | 11110010 | 1001101 | 1011000 | 0 | 1000100 | 101 | 10000101 | 1011001 | 110101 |
Color Harmonies of #1EF24D
Complementary color
Monochromatic Colors of #1EF24D
Black with #1EF24D
Text Example
Text Example
White with #1EF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF24D; }
p { color: rgb(30,242,77); }
H1.HeaderClassName
{
color: #1EF24D;
}
.AnyTagClassName
{
color: #1EF24D;
}
</style>
background-color css
<style>
a { background-color: #1EF24D; }
a { background-color: rgb(30,242,77); }
div.DivClassName
{
background-color: #1EF24D;
}
.BgClassName
{
background-color: #1EF24D;
}
</style>
border-color css
<style>
span { border-color: #1EF24D; }
span { border-color: rgb(30,242,77); }
td.TdClassName
{
border-color: #1EF24D;
}
.TagClassName
{
border-color: #1EF24D;
}
</style>