Shades of Malachite #1EF33A
Tints of Malachite #1EF33A
RGB
CMYK
RGB Variations
Color information
#1EF33A (or 0x1EF33A) is known color: Malachite. HEX triplet: 1E, F3 and 3A. RGB value is (30,243,58). Sum of RGB (Red+Green+Blue) = 30+243+58=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF33A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF33A is #E10CC5. Grayscale: #9E9E9E. Windows color (decimal): -14748870 or 3863326. OLE color: 3863326.
HSL color Cylindrical-coordinate representation of color #1EF33A: hue angle of 127.89º 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 #1EF33A is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 243 | 58 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.05 |
| HSL | 127.89º | 0.9% | 0.54% | - |
| HSV(B) | 127.89º | 0.88% | 0.95% | - |
| XYZ | 33.35 | 64.68 | 14.73 | - |
| YUV | 158.22 | 71.43 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 243 | 58 | 0.88 | 0 | 0.76 | 0.05 | 127.89 | 0.9 | 0.54 |
| Hex | 1E | F3 | 3A | 58 | 0 | 4C | 5 | 80 | 5A | 36 |
| Octal | 36 | 363 | 72 | 130 | 0 | 114 | 5 | 200 | 132 | 66 |
| Binary | 11110 | 11110011 | 111010 | 1011000 | 0 | 1001100 | 101 | 10000000 | 1011010 | 110110 |
Color Harmonies of #1EF33A
Complementary color
Monochromatic Colors of #1EF33A
Black with #1EF33A
Text Example
Text Example
White with #1EF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF33A; }
p { color: rgb(30,243,58); }
H1.HeaderClassName
{
color: #1EF33A;
}
.AnyTagClassName
{
color: #1EF33A;
}
</style>
background-color css
<style>
a { background-color: #1EF33A; }
a { background-color: rgb(30,243,58); }
div.DivClassName
{
background-color: #1EF33A;
}
.BgClassName
{
background-color: #1EF33A;
}
</style>
border-color css
<style>
span { border-color: #1EF33A; }
span { border-color: rgb(30,243,58); }
td.TdClassName
{
border-color: #1EF33A;
}
.TagClassName
{
border-color: #1EF33A;
}
</style>