Shades of Malachite #1EF45B
Tints of Malachite #1EF45B
RGB
CMYK
RGB Variations
Color information
#1EF45B (or 0x1EF45B) is known color: Malachite. HEX triplet: 1E, F4 and 5B. RGB value is (30,244,91). Sum of RGB (Red+Green+Blue) = 30+244+91=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #1EF45B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF45B is #E10BA4. Grayscale: #A2A2A2. Windows color (decimal): -14748581 or 6026270. OLE color: 6026270.
HSL color Cylindrical-coordinate representation of color #1EF45B: hue angle of 137.1º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF45B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 244 | 91 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.04 |
| HSL | 137.1º | 0.91% | 0.54% | - |
| HSV(B) | 137.1º | 0.88% | 0.96% | - |
| XYZ | 34.77 | 65.73 | 20.75 | - |
| YUV | 162.57 | 87.6 | 33.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 91 | 0.88 | 0 | 0.63 | 0.04 | 137.1 | 0.91 | 0.54 |
| Hex | 1E | F4 | 5B | 58 | 0 | 3F | 4 | 89 | 5B | 36 |
| Octal | 36 | 364 | 133 | 130 | 0 | 77 | 4 | 211 | 133 | 66 |
| Binary | 11110 | 11110100 | 1011011 | 1011000 | 0 | 111111 | 100 | 10001001 | 1011011 | 110110 |
Color Harmonies of #1EF45B
Complementary color
Monochromatic Colors of #1EF45B
Black with #1EF45B
Text Example
Text Example
White with #1EF45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF45B; }
p { color: rgb(30,244,91); }
H1.HeaderClassName
{
color: #1EF45B;
}
.AnyTagClassName
{
color: #1EF45B;
}
</style>
background-color css
<style>
a { background-color: #1EF45B; }
a { background-color: rgb(30,244,91); }
div.DivClassName
{
background-color: #1EF45B;
}
.BgClassName
{
background-color: #1EF45B;
}
</style>
border-color css
<style>
span { border-color: #1EF45B; }
span { border-color: rgb(30,244,91); }
td.TdClassName
{
border-color: #1EF45B;
}
.TagClassName
{
border-color: #1EF45B;
}
</style>