Html Css Color HEX #02EC54 Malachite

📋 copy color: '#02EC54'

red 2 ◦ green 236 ◦ blue 84

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

Shades of Malachite #02EC54

Tints of Malachite #02EC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 0.62%
G = 73.29%
B = 26.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#02EC54 (or 0x02EC54) is known color: Malachite. HEX triplet: 02, EC and 54. RGB value is (2,236,84). Sum of RGB (Red+Green+Blue) = 2+236+84=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC54 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC54 is #FD13AB. Grayscale: #959595. Windows color (decimal): -16585644 or 5565442. OLE color: 5565442.

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

Color convert

RGB 2 236 84 -
CMYK 0.99 0 0.64 0.07
HSL 141.03º 0.98% 0.47% -
HSV(B) 141.03º 0.99% 0.93% -
XYZ 31.62 60.64 18.43 -
YUV 148.71 91.48 23.36 -
System Red Green Blue C M Y K H S L
Decimal 2 236 84 0.99 0 0.64 0.07 141.03 0.98 0.47
Hex 2 EC 54 63 0 40 7 8D 62 2F
Octal 2 354 124 143 0 100 7 215 142 57
Binary 10 11101100 1010100 1100011 0 1000000 111 10001101 1100010 101111

Color Harmonies of #02EC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC54

Black with #02EC54

Text Example


Text Example

White with #02EC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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