Html Css Color HEX #02E36A Malachite

📋 copy color: '#02E36A'

red 2 ◦ green 227 ◦ blue 106

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

Shades of Malachite #02E36A

Tints of Malachite #02E36A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.76%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 0.6%
G = 67.76%
B = 31.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#02E36A (or 0x02E36A) is known color: Malachite. HEX triplet: 02, E3 and 6A. RGB value is (2,227,106). Sum of RGB (Red+Green+Blue) = 2+227+106=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #02E36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E36A is #FD1C95. Grayscale: #929292. Windows color (decimal): -16587926 or 7004930. OLE color: 7004930.

HSL color Cylindrical-coordinate representation of color #02E36A: hue angle of 147.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E36A is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 227 106 -
CMYK 0.99 0 0.53 0.11
HSL 147.73º 0.98% 0.45% -
HSV(B) 147.73º 0.99% 0.89% -
XYZ 30.1 55.99 22.86 -
YUV 145.93 105.46 25.34 -
System Red Green Blue C M Y K H S L
Decimal 2 227 106 0.99 0 0.53 0.11 147.73 0.98 0.45
Hex 2 E3 6A 63 0 35 B 94 62 2D
Octal 2 343 152 143 0 65 13 224 142 55
Binary 10 11100011 1101010 1100011 0 110101 1011 10010100 1100010 101101

Color Harmonies of #02E36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E36A

Black with #02E36A

Text Example


Text Example

White with #02E36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,106); }

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

background-color css

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

 a { background-color: rgb(2,227,106); }

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

border-color css

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

 span { border-color: rgb(2,227,106); }

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