Html Css Color HEX #02E03D Malachite

📋 copy color: '#02E03D'

red 2 ◦ green 224 ◦ blue 61

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

Shades of Malachite #02E03D

Tints of Malachite #02E03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 0.7%
G = 78.05%
B = 21.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#02E03D (or 0x02E03D) is known color: Malachite. HEX triplet: 02, E0 and 3D. RGB value is (2,224,61). Sum of RGB (Red+Green+Blue) = 2+224+61=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #02E03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E03D is #FD1FC2. Grayscale: #8B8B8B. Windows color (decimal): -16588739 or 4055042. OLE color: 4055042.

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

Color convert

RGB 2 224 61 -
CMYK 0.99 0 0.73 0.12
HSL 135.95º 0.98% 0.44% -
HSV(B) 135.95º 0.99% 0.88% -
XYZ 27.52 53.66 13.32 -
YUV 139.04 83.95 30.25 -
System Red Green Blue C M Y K H S L
Decimal 2 224 61 0.99 0 0.73 0.12 135.95 0.98 0.44
Hex 2 E0 3D 63 0 49 C 88 62 2C
Octal 2 340 75 143 0 111 14 210 142 54
Binary 10 11100000 111101 1100011 0 1001001 1100 10001000 1100010 101100

Color Harmonies of #02E03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E03D

Black with #02E03D

Text Example


Text Example

White with #02E03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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