Shades of Malachite #1EF93D
Tints of Malachite #1EF93D
RGB
CMYK
RGB Variations
Color information
#1EF93D (or 0x1EF93D) is known color: Malachite. HEX triplet: 1E, F9 and 3D. RGB value is (30,249,61). Sum of RGB (Red+Green+Blue) = 30+249+61=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 249 (97.66% from 255 or 73.24% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF93D is #E106C2. Grayscale: #A2A2A2. Windows color (decimal): -14747331 or 4061470. OLE color: 4061470.
HSL color Cylindrical-coordinate representation of color #1EF93D: hue angle of 128.49º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF93D is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 249 | 61 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.02 |
| HSL | 128.49º | 0.95% | 0.55% | - |
| HSV(B) | 128.49º | 0.88% | 0.98% | - |
| XYZ | 35.25 | 68.36 | 15.75 | - |
| YUV | 162.09 | 70.95 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 249 | 61 | 0.88 | 0 | 0.76 | 0.02 | 128.49 | 0.95 | 0.55 |
| Hex | 1E | F9 | 3D | 58 | 0 | 4C | 2 | 80 | 5F | 37 |
| Octal | 36 | 371 | 75 | 130 | 0 | 114 | 2 | 200 | 137 | 67 |
| Binary | 11110 | 11111001 | 111101 | 1011000 | 0 | 1001100 | 10 | 10000000 | 1011111 | 110111 |
Color Harmonies of #1EF93D
Complementary color
Monochromatic Colors of #1EF93D
Black with #1EF93D
Text Example
Text Example
White with #1EF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF93D; }
p { color: rgb(30,249,61); }
H1.HeaderClassName
{
color: #1EF93D;
}
.AnyTagClassName
{
color: #1EF93D;
}
</style>
background-color css
<style>
a { background-color: #1EF93D; }
a { background-color: rgb(30,249,61); }
div.DivClassName
{
background-color: #1EF93D;
}
.BgClassName
{
background-color: #1EF93D;
}
</style>
border-color css
<style>
span { border-color: #1EF93D; }
span { border-color: rgb(30,249,61); }
td.TdClassName
{
border-color: #1EF93D;
}
.TagClassName
{
border-color: #1EF93D;
}
</style>