Html Css Color HEX #02E06E Malachite

📋 copy color: '#02E06E'

red 2 ◦ green 224 ◦ blue 110

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

Shades of Malachite #02E06E

Tints of Malachite #02E06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 0.6%
G = 66.67%
B = 32.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#02E06E (or 0x02E06E) is known color: Malachite. HEX triplet: 02, E0 and 6E. RGB value is (2,224,110). Sum of RGB (Red+Green+Blue) = 2+224+110=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #02E06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E06E is #FD1F91. Grayscale: #909090. Windows color (decimal): -16588690 or 7266306. OLE color: 7266306.

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

Color convert

RGB 2 224 110 -
CMYK 0.99 0 0.51 0.12
HSL 149.19º 0.98% 0.44% -
HSV(B) 149.19º 0.99% 0.88% -
XYZ 29.5 54.45 23.71 -
YUV 144.63 108.45 26.27 -
System Red Green Blue C M Y K H S L
Decimal 2 224 110 0.99 0 0.51 0.12 149.19 0.98 0.44
Hex 2 E0 6E 63 0 33 C 95 62 2C
Octal 2 340 156 143 0 63 14 225 142 54
Binary 10 11100000 1101110 1100011 0 110011 1100 10010101 1100010 101100

Color Harmonies of #02E06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E06E

Black with #02E06E

Text Example


Text Example

White with #02E06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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