Html Css Color HEX #02EC58 Malachite

📋 copy color: '#02EC58'

red 2 ◦ green 236 ◦ blue 88

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

Shades of Malachite #02EC58

Tints of Malachite #02EC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 0.61%
G = 72.39%
B = 26.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#02EC58 (or 0x02EC58) is known color: Malachite. HEX triplet: 02, EC and 58. RGB value is (2,236,88). Sum of RGB (Red+Green+Blue) = 2+236+88=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC58 is #FD13A7. Grayscale: #959595. Windows color (decimal): -16585640 or 5827586. OLE color: 5827586.

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

Color convert

RGB 2 236 88 -
CMYK 0.99 0 0.63 0.07
HSL 142.05º 0.98% 0.47% -
HSV(B) 142.05º 0.99% 0.93% -
XYZ 31.78 60.71 19.28 -
YUV 149.16 93.48 23.03 -
System Red Green Blue C M Y K H S L
Decimal 2 236 88 0.99 0 0.63 0.07 142.05 0.98 0.47
Hex 2 EC 58 63 0 3F 7 8E 62 2F
Octal 2 354 130 143 0 77 7 216 142 57
Binary 10 11101100 1011000 1100011 0 111111 111 10001110 1100010 101111

Color Harmonies of #02EC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC58

Black with #02EC58

Text Example


Text Example

White with #02EC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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