Html Css Color HEX #02EC5E Malachite

📋 copy color: '#02EC5E'

red 2 ◦ green 236 ◦ blue 94

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

Shades of Malachite #02EC5E

Tints of Malachite #02EC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 0.6%
G = 71.08%
B = 28.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#02EC5E (or 0x02EC5E) is known color: Malachite. HEX triplet: 02, EC and 5E. RGB value is (2,236,94). Sum of RGB (Red+Green+Blue) = 2+236+94=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC5E is #FD13A1. Grayscale: #969696. Windows color (decimal): -16585634 or 6220802. OLE color: 6220802.

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

Color convert

RGB 2 236 94 -
CMYK 0.99 0 0.60 0.07
HSL 143.59º 0.98% 0.47% -
HSV(B) 143.59º 0.99% 0.93% -
XYZ 32.04 60.81 20.64 -
YUV 149.85 96.48 22.55 -
System Red Green Blue C M Y K H S L
Decimal 2 236 94 0.99 0 0.60 0.07 143.59 0.98 0.47
Hex 2 EC 5E 63 0 3C 7 90 62 2F
Octal 2 354 136 143 0 74 7 220 142 57
Binary 10 11101100 1011110 1100011 0 111100 111 10010000 1100010 101111

Color Harmonies of #02EC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC5E

Black with #02EC5E

Text Example


Text Example

White with #02EC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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