Shades of Malachite #1EF24A
Tints of Malachite #1EF24A
RGB
CMYK
RGB Variations
Color information
#1EF24A (or 0x1EF24A) is known color: Malachite. HEX triplet: 1E, F2 and 4A. RGB value is (30,242,74). Sum of RGB (Red+Green+Blue) = 30+242+74=346 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.67% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF24A is #E10DB5. Grayscale: #9F9F9F. Windows color (decimal): -14749110 or 4911646. OLE color: 4911646.
HSL color Cylindrical-coordinate representation of color #1EF24A: hue angle of 132.45º 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 #1EF24A is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 74 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.05 |
| HSL | 132.45º | 0.89% | 0.53% | - |
| HSV(B) | 132.45º | 0.88% | 0.95% | - |
| XYZ | 33.52 | 64.27 | 17.12 | - |
| YUV | 159.46 | 79.76 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 74 | 0.88 | 0 | 0.69 | 0.05 | 132.45 | 0.89 | 0.53 |
| Hex | 1E | F2 | 4A | 58 | 0 | 45 | 5 | 84 | 59 | 35 |
| Octal | 36 | 362 | 112 | 130 | 0 | 105 | 5 | 204 | 131 | 65 |
| Binary | 11110 | 11110010 | 1001010 | 1011000 | 0 | 1000101 | 101 | 10000100 | 1011001 | 110101 |
Color Harmonies of #1EF24A
Complementary color
Monochromatic Colors of #1EF24A
Black with #1EF24A
Text Example
Text Example
White with #1EF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF24A; }
p { color: rgb(30,242,74); }
H1.HeaderClassName
{
color: #1EF24A;
}
.AnyTagClassName
{
color: #1EF24A;
}
</style>
background-color css
<style>
a { background-color: #1EF24A; }
a { background-color: rgb(30,242,74); }
div.DivClassName
{
background-color: #1EF24A;
}
.BgClassName
{
background-color: #1EF24A;
}
</style>
border-color css
<style>
span { border-color: #1EF24A; }
span { border-color: rgb(30,242,74); }
td.TdClassName
{
border-color: #1EF24A;
}
.TagClassName
{
border-color: #1EF24A;
}
</style>