Html Css Color HEX #02DC4E Malachite

📋 copy color: '#02DC4E'

red 2 ◦ green 220 ◦ blue 78

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

Shades of Malachite #02DC4E

Tints of Malachite #02DC4E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

 BLUE value IS 78 (30.86% from 255) = 26%

R = 0.67%
G = 73.33%
B = 26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#02DC4E (or 0x02DC4E) is known color: Malachite. HEX triplet: 02, DC and 4E. RGB value is (2,220,78). Sum of RGB (Red+Green+Blue) = 2+220+78=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC4E is #FD23B1. Grayscale: #8A8A8A. Windows color (decimal): -16589746 or 5168130. OLE color: 5168130.

HSL color Cylindrical-coordinate representation of color #02DC4E: hue angle of 140.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC4E is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 78 -
CMYK 0.99 0 0.65 0.14
HSL 140.92º 0.98% 0.44% -
HSV(B) 140.92º 0.99% 0.86% -
XYZ 26.99 51.75 15.77 -
YUV 138.63 93.78 30.55 -
System Red Green Blue C M Y K H S L
Decimal 2 220 78 0.99 0 0.65 0.14 140.92 0.98 0.44
Hex 2 DC 4E 63 0 41 E 8D 62 2C
Octal 2 334 116 143 0 101 16 215 142 54
Binary 10 11011100 1001110 1100011 0 1000001 1110 10001101 1100010 101100

Color Harmonies of #02DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC4E

Black with #02DC4E

Text Example


Text Example

White with #02DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,78); }

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

background-color css

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

 a { background-color: rgb(2,220,78); }

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

border-color css

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

 span { border-color: rgb(2,220,78); }

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