Html Css Color HEX #02EC4F Malachite

📋 copy color: '#02EC4F'

red 2 ◦ green 236 ◦ blue 79

#02EC4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #02EC4F

Tints of Malachite #02EC4F

RGB

 RED value IS 2 (1.17% from 255) = 0.63%

 GREEN value IS 236 (92.58% from 255) = 74.45%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 0.63%
G = 74.45%
B = 24.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#02EC4F (or 0x02EC4F) is known color: Malachite. HEX triplet: 02, EC and 4F. RGB value is (2,236,79). Sum of RGB (Red+Green+Blue) = 2+236+79=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC4F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC4F is #FD13B0. Grayscale: #949494. Windows color (decimal): -16585649 or 5237762. OLE color: 5237762.

HSL color Cylindrical-coordinate representation of color #02EC4F: hue angle of 139.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC4F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 236 79 -
CMYK 0.99 0 0.67 0.07
HSL 139.74º 0.98% 0.47% -
HSV(B) 139.74º 0.99% 0.93% -
XYZ 31.43 60.57 17.43 -
YUV 148.14 88.98 23.77 -
System Red Green Blue C M Y K H S L
Decimal 2 236 79 0.99 0 0.67 0.07 139.74 0.98 0.47
Hex 2 EC 4F 63 0 43 7 8C 62 2F
Octal 2 354 117 143 0 103 7 214 142 57
Binary 10 11101100 1001111 1100011 0 1000011 111 10001100 1100010 101111

Color Harmonies of #02EC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC4F

Black with #02EC4F

Text Example


Text Example

White with #02EC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,236,79); }

 H1.HeaderClassName
 {
   color: #02EC4F;
 }
 .AnyTagClassName
 {
   color: #02EC4F;
 }
</style>

background-color css

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

 a { background-color: rgb(2,236,79); }

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

border-color css

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

 span { border-color: rgb(2,236,79); }

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