Shades of Malachite #1EF24B
Tints of Malachite #1EF24B
RGB
CMYK
RGB Variations
Color information
#1EF24B (or 0x1EF24B) is known color: Malachite. HEX triplet: 1E, F2 and 4B. RGB value is (30,242,75). Sum of RGB (Red+Green+Blue) = 30+242+75=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF24B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EF24B is #E10DB4. Grayscale: #A0A0A0. Windows color (decimal): -14749109 or 4977182. OLE color: 4977182.
HSL color Cylindrical-coordinate representation of color #1EF24B: hue angle of 132.74º 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 #1EF24B is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 75 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.05 |
| HSL | 132.74º | 0.89% | 0.53% | - |
| HSV(B) | 132.74º | 0.88% | 0.95% | - |
| XYZ | 33.56 | 64.29 | 17.3 | - |
| YUV | 159.57 | 80.26 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 75 | 0.88 | 0 | 0.69 | 0.05 | 132.74 | 0.89 | 0.53 |
| Hex | 1E | F2 | 4B | 58 | 0 | 45 | 5 | 85 | 59 | 35 |
| Octal | 36 | 362 | 113 | 130 | 0 | 105 | 5 | 205 | 131 | 65 |
| Binary | 11110 | 11110010 | 1001011 | 1011000 | 0 | 1000101 | 101 | 10000101 | 1011001 | 110101 |
Color Harmonies of #1EF24B
Complementary color
Monochromatic Colors of #1EF24B
Black with #1EF24B
Text Example
Text Example
White with #1EF24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF24B; }
p { color: rgb(30,242,75); }
H1.HeaderClassName
{
color: #1EF24B;
}
.AnyTagClassName
{
color: #1EF24B;
}
</style>
background-color css
<style>
a { background-color: #1EF24B; }
a { background-color: rgb(30,242,75); }
div.DivClassName
{
background-color: #1EF24B;
}
.BgClassName
{
background-color: #1EF24B;
}
</style>
border-color css
<style>
span { border-color: #1EF24B; }
span { border-color: rgb(30,242,75); }
td.TdClassName
{
border-color: #1EF24B;
}
.TagClassName
{
border-color: #1EF24B;
}
</style>