Shades of Malachite #1EFF48
Tints of Malachite #1EFF48
RGB
CMYK
RGB Variations
Color information
#1EFF48 (or 0x1EFF48) is known color: Malachite. HEX triplet: 1E, FF and 48. RGB value is (30,255,72). Sum of RGB (Red+Green+Blue) = 30+255+72=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF48 is #E100B7. Grayscale: #A7A7A7. Windows color (decimal): -14745784 or 4783902. OLE color: 4783902.
HSL color Cylindrical-coordinate representation of color #1EFF48: hue angle of 131.2º 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 #1EFF48 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 72 | - |
| CMYK | 0.88 | 0 | 0.72 | 0 |
| HSL | 131.2º | 1% | 0.56% | - |
| HSV(B) | 131.2º | 0.88% | 1% | - |
| XYZ | 37.47 | 72.26 | 18.1 | - |
| YUV | 166.86 | 74.46 | 30.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 72 | 0.88 | 0 | 0.72 | 0 | 131.2 | 1 | 0.56 |
| Hex | 1E | FF | 48 | 58 | 0 | 48 | 0 | 83 | 64 | 38 |
| Octal | 36 | 377 | 110 | 130 | 0 | 110 | 0 | 203 | 144 | 70 |
| Binary | 11110 | 11111111 | 1001000 | 1011000 | 0 | 1001000 | 0 | 10000011 | 1100100 | 111000 |
Color Harmonies of #1EFF48
Complementary color
Monochromatic Colors of #1EFF48
Black with #1EFF48
Text Example
Text Example
White with #1EFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF48; }
p { color: rgb(30,255,72); }
H1.HeaderClassName
{
color: #1EFF48;
}
.AnyTagClassName
{
color: #1EFF48;
}
</style>
background-color css
<style>
a { background-color: #1EFF48; }
a { background-color: rgb(30,255,72); }
div.DivClassName
{
background-color: #1EFF48;
}
.BgClassName
{
background-color: #1EFF48;
}
</style>
border-color css
<style>
span { border-color: #1EFF48; }
span { border-color: rgb(30,255,72); }
td.TdClassName
{
border-color: #1EFF48;
}
.TagClassName
{
border-color: #1EFF48;
}
</style>