#02EF64

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

Shades of Malachite #02EF64

Tints of Malachite #02EF64

Color information

#02EF64 (or 0x02EF64) is unknown color: approx Malachite. HEX triplet: 02, EF and 64. RGB value is (2,239,100). Sum of RGB (Red+Green+Blue) = 2+239+100=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EF64 is #FD109B. Grayscale: #989898. Windows color (decimal): -16584860 or 6614786. OLE color: 6614786.

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

Color convert

RGB2239100-
CMYK0.9900.580.06
HSL144.81º98.34%47.25%-
HSV(B)144.81º99.16%93.73%-
XYZ33.1962.6722.4-
YUV152.2998.4820.8-

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.09%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=0.59%
G=70.09%
B=29.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22391000.9900.580.06144.8198.3447.25
Hex2EF646303A691622f
Octal2357144143072622114257
Binary1011101111110010011000110111010110100100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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