Html Css Color HEX #02E062 Malachite

📋 copy color: '#02E062'

red 2 ◦ green 224 ◦ blue 98

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

Shades of Malachite #02E062

Tints of Malachite #02E062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.14%

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 0.62%
G = 69.14%
B = 30.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#02E062 (or 0x02E062) is known color: Malachite. HEX triplet: 02, E0 and 62. RGB value is (2,224,98). Sum of RGB (Red+Green+Blue) = 2+224+98=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #02E062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E062 is #FD1F9D. Grayscale: #8F8F8F. Windows color (decimal): -16588702 or 6479874. OLE color: 6479874.

HSL color Cylindrical-coordinate representation of color #02E062: hue angle of 145.95º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E062 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 98 -
CMYK 0.99 0 0.56 0.12
HSL 145.95º 0.98% 0.44% -
HSV(B) 145.95º 0.99% 0.88% -
XYZ 28.89 54.21 20.5 -
YUV 143.26 102.45 27.25 -
System Red Green Blue C M Y K H S L
Decimal 2 224 98 0.99 0 0.56 0.12 145.95 0.98 0.44
Hex 2 E0 62 63 0 38 C 92 62 2C
Octal 2 340 142 143 0 70 14 222 142 54
Binary 10 11100000 1100010 1100011 0 111000 1100 10010010 1100010 101100

Color Harmonies of #02E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E062

Black with #02E062

Text Example


Text Example

White with #02E062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,224,98); }

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

background-color css

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

 a { background-color: rgb(2,224,98); }

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

border-color css

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

 span { border-color: rgb(2,224,98); }

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