Shades of Malachite #1EFF4B
Tints of Malachite #1EFF4B
RGB
CMYK
RGB Variations
Color information
#1EFF4B (or 0x1EFF4B) is known color: Malachite. HEX triplet: 1E, FF and 4B. RGB value is (30,255,75). Sum of RGB (Red+Green+Blue) = 30+255+75=360 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.33% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFF4B is #E100B4. Grayscale: #A7A7A7. Windows color (decimal): -14745781 or 4980510. OLE color: 4980510.
HSL color Cylindrical-coordinate representation of color #1EFF4B: hue angle of 132º 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 #1EFF4B is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 75 | - |
| CMYK | 0.88 | 0 | 0.71 | 0 |
| HSL | 132º | 1% | 0.56% | - |
| HSV(B) | 132º | 0.88% | 1% | - |
| XYZ | 37.57 | 72.3 | 18.63 | - |
| YUV | 167.21 | 75.96 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 75 | 0.88 | 0 | 0.71 | 0 | 132 | 1 | 0.56 |
| Hex | 1E | FF | 4B | 58 | 0 | 47 | 0 | 84 | 64 | 38 |
| Octal | 36 | 377 | 113 | 130 | 0 | 107 | 0 | 204 | 144 | 70 |
| Binary | 11110 | 11111111 | 1001011 | 1011000 | 0 | 1000111 | 0 | 10000100 | 1100100 | 111000 |
Color Harmonies of #1EFF4B
Complementary color
Monochromatic Colors of #1EFF4B
Black with #1EFF4B
Text Example
Text Example
White with #1EFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF4B; }
p { color: rgb(30,255,75); }
H1.HeaderClassName
{
color: #1EFF4B;
}
.AnyTagClassName
{
color: #1EFF4B;
}
</style>
background-color css
<style>
a { background-color: #1EFF4B; }
a { background-color: rgb(30,255,75); }
div.DivClassName
{
background-color: #1EFF4B;
}
.BgClassName
{
background-color: #1EFF4B;
}
</style>
border-color css
<style>
span { border-color: #1EFF4B; }
span { border-color: rgb(30,255,75); }
td.TdClassName
{
border-color: #1EFF4B;
}
.TagClassName
{
border-color: #1EFF4B;
}
</style>