Shades of Malachite #1EFF4C
Tints of Malachite #1EFF4C
RGB
CMYK
RGB Variations
Color information
#1EFF4C (or 0x1EFF4C) is known color: Malachite. HEX triplet: 1E, FF and 4C. RGB value is (30,255,76). Sum of RGB (Red+Green+Blue) = 30+255+76=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF4C is #E100B3. Grayscale: #A7A7A7. Windows color (decimal): -14745780 or 5046046. OLE color: 5046046.
HSL color Cylindrical-coordinate representation of color #1EFF4C: hue angle of 132.27º 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 #1EFF4C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 76 | - |
| CMYK | 0.88 | 0 | 0.70 | 0 |
| HSL | 132.27º | 1% | 0.56% | - |
| HSV(B) | 132.27º | 0.88% | 1% | - |
| XYZ | 37.6 | 72.32 | 18.81 | - |
| YUV | 167.32 | 76.46 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 76 | 0.88 | 0 | 0.70 | 0 | 132.27 | 1 | 0.56 |
| Hex | 1E | FF | 4C | 58 | 0 | 46 | 0 | 84 | 64 | 38 |
| Octal | 36 | 377 | 114 | 130 | 0 | 106 | 0 | 204 | 144 | 70 |
| Binary | 11110 | 11111111 | 1001100 | 1011000 | 0 | 1000110 | 0 | 10000100 | 1100100 | 111000 |
Color Harmonies of #1EFF4C
Complementary color
Monochromatic Colors of #1EFF4C
Black with #1EFF4C
Text Example
Text Example
White with #1EFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF4C; }
p { color: rgb(30,255,76); }
H1.HeaderClassName
{
color: #1EFF4C;
}
.AnyTagClassName
{
color: #1EFF4C;
}
</style>
background-color css
<style>
a { background-color: #1EFF4C; }
a { background-color: rgb(30,255,76); }
div.DivClassName
{
background-color: #1EFF4C;
}
.BgClassName
{
background-color: #1EFF4C;
}
</style>
border-color css
<style>
span { border-color: #1EFF4C; }
span { border-color: rgb(30,255,76); }
td.TdClassName
{
border-color: #1EFF4C;
}
.TagClassName
{
border-color: #1EFF4C;
}
</style>