Shades of Malachite #1EFF46
Tints of Malachite #1EFF46
RGB
CMYK
RGB Variations
Color information
#1EFF46 (or 0x1EFF46) is known color: Malachite. HEX triplet: 1E, FF and 46. RGB value is (30,255,70). Sum of RGB (Red+Green+Blue) = 30+255+70=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF46 is #E100B9. Grayscale: #A7A7A7. Windows color (decimal): -14745786 or 4652830. OLE color: 4652830.
HSL color Cylindrical-coordinate representation of color #1EFF46: hue angle of 130.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF46 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 70 | - |
| CMYK | 0.88 | 0 | 0.73 | 0 |
| HSL | 130.67º | 1% | 0.56% | - |
| HSV(B) | 130.67º | 0.88% | 1% | - |
| XYZ | 37.4 | 72.24 | 17.77 | - |
| YUV | 166.64 | 73.46 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 70 | 0.88 | 0 | 0.73 | 0 | 130.67 | 1 | 0.56 |
| Hex | 1E | FF | 46 | 58 | 0 | 49 | 0 | 83 | 64 | 38 |
| Octal | 36 | 377 | 106 | 130 | 0 | 111 | 0 | 203 | 144 | 70 |
| Binary | 11110 | 11111111 | 1000110 | 1011000 | 0 | 1001001 | 0 | 10000011 | 1100100 | 111000 |
Color Harmonies of #1EFF46
Complementary color
Monochromatic Colors of #1EFF46
Black with #1EFF46
Text Example
Text Example
White with #1EFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF46; }
p { color: rgb(30,255,70); }
H1.HeaderClassName
{
color: #1EFF46;
}
.AnyTagClassName
{
color: #1EFF46;
}
</style>
background-color css
<style>
a { background-color: #1EFF46; }
a { background-color: rgb(30,255,70); }
div.DivClassName
{
background-color: #1EFF46;
}
.BgClassName
{
background-color: #1EFF46;
}
</style>
border-color css
<style>
span { border-color: #1EFF46; }
span { border-color: rgb(30,255,70); }
td.TdClassName
{
border-color: #1EFF46;
}
.TagClassName
{
border-color: #1EFF46;
}
</style>