Shades of Malachite #03EF34
Tints of Malachite #03EF34
RGB
CMYK
RGB Variations
Color information
#03EF34 (or 0x03EF34) is known color: Malachite. HEX triplet: 03, EF and 34. RGB value is (3,239,52). Sum of RGB (Red+Green+Blue) = 3+239+52=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF34 is #FC10CB. Grayscale: #939393. Windows color (decimal): -16519372 or 3469059. OLE color: 3469059.
HSL color Cylindrical-coordinate representation of color #03EF34: hue angle of 132.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF34 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 52 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.06 |
| HSL | 132.46º | 0.98% | 0.47% | - |
| HSV(B) | 132.46º | 0.99% | 0.94% | - |
| XYZ | 31.52 | 62 | 13.55 | - |
| YUV | 147.12 | 74.31 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 52 | 0.99 | 0 | 0.78 | 0.06 | 132.46 | 0.98 | 0.47 |
| Hex | 3 | EF | 34 | 63 | 0 | 4E | 6 | 84 | 62 | 2F |
| Octal | 3 | 357 | 64 | 143 | 0 | 116 | 6 | 204 | 142 | 57 |
| Binary | 11 | 11101111 | 110100 | 1100011 | 0 | 1001110 | 110 | 10000100 | 1100010 | 101111 |
Color Harmonies of #03EF34
Complementary color
Monochromatic Colors of #03EF34
Black with #03EF34
Text Example
Text Example
White with #03EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EF34; }
p { color: rgb(3,239,52); }
H1.HeaderClassName
{
color: #03EF34;
}
.AnyTagClassName
{
color: #03EF34;
}
</style>
background-color css
<style>
a { background-color: #03EF34; }
a { background-color: rgb(3,239,52); }
div.DivClassName
{
background-color: #03EF34;
}
.BgClassName
{
background-color: #03EF34;
}
</style>
border-color css
<style>
span { border-color: #03EF34; }
span { border-color: rgb(3,239,52); }
td.TdClassName
{
border-color: #03EF34;
}
.TagClassName
{
border-color: #03EF34;
}
</style>