Shades of Malachite #1EFF4A
Tints of Malachite #1EFF4A
RGB
CMYK
RGB Variations
Color information
#1EFF4A (or 0x1EFF4A) is known color: Malachite. HEX triplet: 1E, FF and 4A. RGB value is (30,255,74). Sum of RGB (Red+Green+Blue) = 30+255+74=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF4A is #E100B5. Grayscale: #A7A7A7. Windows color (decimal): -14745782 or 4914974. OLE color: 4914974.
HSL color Cylindrical-coordinate representation of color #1EFF4A: hue angle of 131.73º 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 #1EFF4A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 74 | - |
| CMYK | 0.88 | 0 | 0.71 | 0 |
| HSL | 131.73º | 1% | 0.56% | - |
| HSV(B) | 131.73º | 0.88% | 1% | - |
| XYZ | 37.53 | 72.29 | 18.45 | - |
| YUV | 167.09 | 75.46 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 74 | 0.88 | 0 | 0.71 | 0 | 131.73 | 1 | 0.56 |
| Hex | 1E | FF | 4A | 58 | 0 | 47 | 0 | 84 | 64 | 38 |
| Octal | 36 | 377 | 112 | 130 | 0 | 107 | 0 | 204 | 144 | 70 |
| Binary | 11110 | 11111111 | 1001010 | 1011000 | 0 | 1000111 | 0 | 10000100 | 1100100 | 111000 |
Color Harmonies of #1EFF4A
Complementary color
Monochromatic Colors of #1EFF4A
Black with #1EFF4A
Text Example
Text Example
White with #1EFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF4A; }
p { color: rgb(30,255,74); }
H1.HeaderClassName
{
color: #1EFF4A;
}
.AnyTagClassName
{
color: #1EFF4A;
}
</style>
background-color css
<style>
a { background-color: #1EFF4A; }
a { background-color: rgb(30,255,74); }
div.DivClassName
{
background-color: #1EFF4A;
}
.BgClassName
{
background-color: #1EFF4A;
}
</style>
border-color css
<style>
span { border-color: #1EFF4A; }
span { border-color: rgb(30,255,74); }
td.TdClassName
{
border-color: #1EFF4A;
}
.TagClassName
{
border-color: #1EFF4A;
}
</style>