Html Css Color HEX #02EC46 Malachite

📋 copy color: '#02EC46'

red 2 ◦ green 236 ◦ blue 70

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

Shades of Malachite #02EC46

Tints of Malachite #02EC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 0.65%
G = 76.62%
B = 22.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#02EC46 (or 0x02EC46) is known color: Malachite. HEX triplet: 02, EC and 46. RGB value is (2,236,70). Sum of RGB (Red+Green+Blue) = 2+236+70=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC46 is #FD13B9. Grayscale: #939393. Windows color (decimal): -16585658 or 4647938. OLE color: 4647938.

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

Color convert

RGB 2 236 70 -
CMYK 0.99 0 0.70 0.07
HSL 137.44º 0.98% 0.47% -
HSV(B) 137.44º 0.99% 0.93% -
XYZ 31.13 60.45 15.82 -
YUV 147.11 84.48 24.5 -
System Red Green Blue C M Y K H S L
Decimal 2 236 70 0.99 0 0.70 0.07 137.44 0.98 0.47
Hex 2 EC 46 63 0 46 7 89 62 2F
Octal 2 354 106 143 0 106 7 211 142 57
Binary 10 11101100 1000110 1100011 0 1000110 111 10001001 1100010 101111

Color Harmonies of #02EC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC46

Black with #02EC46

Text Example


Text Example

White with #02EC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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