Shades of Malachite #1EF245
Tints of Malachite #1EF245
RGB
CMYK
RGB Variations
Color information
#1EF245 (or 0x1EF245) is known color: Malachite. HEX triplet: 1E, F2 and 45. RGB value is (30,242,69). Sum of RGB (Red+Green+Blue) = 30+242+69=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF245 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF245 is #E10DBA. Grayscale: #9F9F9F. Windows color (decimal): -14749115 or 4583966. OLE color: 4583966.
HSL color Cylindrical-coordinate representation of color #1EF245: hue angle of 131.04º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF245 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 69 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.05 |
| HSL | 131.04º | 0.89% | 0.53% | - |
| HSV(B) | 131.04º | 0.88% | 0.95% | - |
| XYZ | 33.36 | 64.21 | 16.27 | - |
| YUV | 158.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 69 | 0.88 | 0 | 0.71 | 0.05 | 131.04 | 0.89 | 0.53 |
| Hex | 1E | F2 | 45 | 58 | 0 | 47 | 5 | 83 | 59 | 35 |
| Octal | 36 | 362 | 105 | 130 | 0 | 107 | 5 | 203 | 131 | 65 |
| Binary | 11110 | 11110010 | 1000101 | 1011000 | 0 | 1000111 | 101 | 10000011 | 1011001 | 110101 |
Color Harmonies of #1EF245
Complementary color
Monochromatic Colors of #1EF245
Black with #1EF245
Text Example
Text Example
White with #1EF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF245; }
p { color: rgb(30,242,69); }
H1.HeaderClassName
{
color: #1EF245;
}
.AnyTagClassName
{
color: #1EF245;
}
</style>
background-color css
<style>
a { background-color: #1EF245; }
a { background-color: rgb(30,242,69); }
div.DivClassName
{
background-color: #1EF245;
}
.BgClassName
{
background-color: #1EF245;
}
</style>
border-color css
<style>
span { border-color: #1EF245; }
span { border-color: rgb(30,242,69); }
td.TdClassName
{
border-color: #1EF245;
}
.TagClassName
{
border-color: #1EF245;
}
</style>