#02EF63

Color #02EF63 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #02EF63

Tints of Malachite #02EF63

Color information

#02EF63 (or 0x02EF63) is unknown color: approx Malachite. HEX triplet: 02, EF and 63. RGB value is (2,239,99). Sum of RGB (Red+Green+Blue) = 2+239+99=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 239 (93.75% from 255 or 70.29% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EF63 is #FD109C. Grayscale: #989898. Windows color (decimal): -16584861 or 6549250. OLE color: 6549250.

HSL color Cylindrical-coordinate representation of color #02EF63: hue angle of 144.56º 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 #02EF63 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB223999-
CMYK0.9900.590.06
HSL144.56º98.34%47.25%-
HSV(B)144.56º99.16%93.73%-
XYZ33.1462.6522.15-
YUV152.1897.9820.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 239 (93.75% from 255) = 70.29%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=0.59%
G=70.29%
B=29.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2239990.9900.590.06144.5698.3447.25
Hex2EF636303B691622f
Octal2357143143073622114257
Binary1011101111110001111000110111011110100100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02EF63; }

 p { color: rgb(2,239,99); }

 H1.HeaderClassName
 {
   color: #02EF63;
 }
 .AnyTagClassName
 {
   color: #02EF63;
 }
</style>
background-color css

<style>
 a { background-color: #02EF63; }

 a { background-color: rgb(2,239,99); }

 div.DivClassName
 {
   background-color: #02EF63;
 }
 .BgClassName
 {
   background-color: #02EF63;
 }
</style>
border-color css

<style>
 span { border-color: #02EF63; }

 span { border-color: rgb(2,239,99); }

 td.TdClassName
 {
   border-color: #02EF63;
 }
 .TagClassName
 {
   border-color: #02EF63;
 }
</style>