Shades of Malachite #02E744
Tints of Malachite #02E744
RGB
CMYK
RGB Variations
Color information
#02E744 (or 0x02E744) is known color: Malachite. HEX triplet: 02, E7 and 44. RGB value is (2,231,68). Sum of RGB (Red+Green+Blue) = 2+231+68=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 231 (90.62% from 255 or 76.74% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 231 - color contains mainly: green. Hex color #02E744 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E744 is #FD18BB. Grayscale: #909090. Windows color (decimal): -16586940 or 4515586. OLE color: 4515586.
HSL color Cylindrical-coordinate representation of color #02E744: hue angle of 137.29º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E744 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 68 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.09 |
| HSL | 137.29º | 0.98% | 0.46% | - |
| HSV(B) | 137.29º | 0.99% | 0.91% | - |
| XYZ | 29.64 | 57.58 | 15.02 | - |
| YUV | 143.95 | 85.13 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 68 | 0.99 | 0 | 0.71 | 0.09 | 137.29 | 0.98 | 0.46 |
| Hex | 2 | E7 | 44 | 63 | 0 | 47 | 9 | 89 | 62 | 2E |
| Octal | 2 | 347 | 104 | 143 | 0 | 107 | 11 | 211 | 142 | 56 |
| Binary | 10 | 11100111 | 1000100 | 1100011 | 0 | 1000111 | 1001 | 10001001 | 1100010 | 101110 |
Color Harmonies of #02E744
Complementary color
Monochromatic Colors of #02E744
Black with #02E744
Text Example
Text Example
White with #02E744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E744; }
p { color: rgb(2,231,68); }
H1.HeaderClassName
{
color: #02E744;
}
.AnyTagClassName
{
color: #02E744;
}
</style>
background-color css
<style>
a { background-color: #02E744; }
a { background-color: rgb(2,231,68); }
div.DivClassName
{
background-color: #02E744;
}
.BgClassName
{
background-color: #02E744;
}
</style>
border-color css
<style>
span { border-color: #02E744; }
span { border-color: rgb(2,231,68); }
td.TdClassName
{
border-color: #02E744;
}
.TagClassName
{
border-color: #02E744;
}
</style>