Shades of Malachite #1EE242
Tints of Malachite #1EE242
RGB
CMYK
RGB Variations
Color information
#1EE242 (or 0x1EE242) is known color: Malachite. HEX triplet: 1E, E2 and 42. RGB value is (30,226,66). Sum of RGB (Red+Green+Blue) = 30+226+66=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #1EE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE242 is #E11DBD. Grayscale: #959595. Windows color (decimal): -14753214 or 4383262. OLE color: 4383262.
HSL color Cylindrical-coordinate representation of color #1EE242: hue angle of 131.02º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE242 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 226 | 66 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.11 |
| HSL | 131.02º | 0.77% | 0.5% | - |
| HSV(B) | 131.02º | 0.87% | 0.89% | - |
| XYZ | 28.72 | 55.06 | 14.27 | - |
| YUV | 149.16 | 81.07 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 226 | 66 | 0.87 | 0 | 0.71 | 0.11 | 131.02 | 0.77 | 0.5 |
| Hex | 1E | E2 | 42 | 57 | 0 | 47 | B | 83 | 4D | 32 |
| Octal | 36 | 342 | 102 | 127 | 0 | 107 | 13 | 203 | 115 | 62 |
| Binary | 11110 | 11100010 | 1000010 | 1010111 | 0 | 1000111 | 1011 | 10000011 | 1001101 | 110010 |
Color Harmonies of #1EE242
Complementary color
Monochromatic Colors of #1EE242
Black with #1EE242
Text Example
Text Example
White with #1EE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE242; }
p { color: rgb(30,226,66); }
H1.HeaderClassName
{
color: #1EE242;
}
.AnyTagClassName
{
color: #1EE242;
}
</style>
background-color css
<style>
a { background-color: #1EE242; }
a { background-color: rgb(30,226,66); }
div.DivClassName
{
background-color: #1EE242;
}
.BgClassName
{
background-color: #1EE242;
}
</style>
border-color css
<style>
span { border-color: #1EE242; }
span { border-color: rgb(30,226,66); }
td.TdClassName
{
border-color: #1EE242;
}
.TagClassName
{
border-color: #1EE242;
}
</style>