Shades of Malachite #1EF34C
Tints of Malachite #1EF34C
RGB
CMYK
RGB Variations
Color information
#1EF34C (or 0x1EF34C) is known color: Malachite. HEX triplet: 1E, F3 and 4C. RGB value is (30,243,76). Sum of RGB (Red+Green+Blue) = 30+243+76=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF34C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF34C is #E10CB3. Grayscale: #A0A0A0. Windows color (decimal): -14748852 or 5042974. OLE color: 5042974.
HSL color Cylindrical-coordinate representation of color #1EF34C: hue angle of 132.96º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF34C is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 76 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.05 |
| HSL | 132.96º | 0.9% | 0.54% | - |
| HSV(B) | 132.96º | 0.88% | 0.95% | - |
| XYZ | 33.89 | 64.9 | 17.58 | - |
| YUV | 160.28 | 80.43 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 76 | 0.88 | 0 | 0.69 | 0.05 | 132.96 | 0.9 | 0.54 |
| Hex | 1E | F3 | 4C | 58 | 0 | 45 | 5 | 85 | 5A | 36 |
| Octal | 36 | 363 | 114 | 130 | 0 | 105 | 5 | 205 | 132 | 66 |
| Binary | 11110 | 11110011 | 1001100 | 1011000 | 0 | 1000101 | 101 | 10000101 | 1011010 | 110110 |
Color Harmonies of #1EF34C
Complementary color
Monochromatic Colors of #1EF34C
Black with #1EF34C
Text Example
Text Example
White with #1EF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF34C; }
p { color: rgb(30,243,76); }
H1.HeaderClassName
{
color: #1EF34C;
}
.AnyTagClassName
{
color: #1EF34C;
}
</style>
background-color css
<style>
a { background-color: #1EF34C; }
a { background-color: rgb(30,243,76); }
div.DivClassName
{
background-color: #1EF34C;
}
.BgClassName
{
background-color: #1EF34C;
}
</style>
border-color css
<style>
span { border-color: #1EF34C; }
span { border-color: rgb(30,243,76); }
td.TdClassName
{
border-color: #1EF34C;
}
.TagClassName
{
border-color: #1EF34C;
}
</style>