Html Css Color HEX #02ED5E Malachite

📋 copy color: '#02ED5E'

red 2 ◦ green 237 ◦ blue 94

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

Shades of Malachite #02ED5E

Tints of Malachite #02ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 71.17%

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

R = 0.6%
G = 71.17%
B = 28.23%

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

#02ED5E (or 0x02ED5E) is known color: Malachite. HEX triplet: 02, ED and 5E. RGB value is (2,237,94). Sum of RGB (Red+Green+Blue) = 2+237+94=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02ED5E is #FD12A1. Grayscale: #969696. Windows color (decimal): -16585378 or 6221058. OLE color: 6221058.

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

Color convert

RGB 2 237 94 -
CMYK 0.99 0 0.60 0.07
HSL 143.49º 0.98% 0.47% -
HSV(B) 143.49º 0.99% 0.93% -
XYZ 32.33 61.39 20.74 -
YUV 150.43 96.14 22.13 -
System Red Green Blue C M Y K H S L
Decimal 2 237 94 0.99 0 0.60 0.07 143.49 0.98 0.47
Hex 2 ED 5E 63 0 3C 7 8F 62 2F
Octal 2 355 136 143 0 74 7 217 142 57
Binary 10 11101101 1011110 1100011 0 111100 111 10001111 1100010 101111

Color Harmonies of #02ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ED5E

Black with #02ED5E

Text Example


Text Example

White with #02ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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