Html Css Color HEX #02DE4A Malachite

📋 copy color: '#02DE4A'

red 2 ◦ green 222 ◦ blue 74

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

Shades of Malachite #02DE4A

Tints of Malachite #02DE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74.5%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 0.67%
G = 74.5%
B = 24.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#02DE4A (or 0x02DE4A) is known color: Malachite. HEX triplet: 02, DE and 4A. RGB value is (2,222,74). Sum of RGB (Red+Green+Blue) = 2+222+74=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DE4A is #FD21B5. Grayscale: #8B8B8B. Windows color (decimal): -16589238 or 4906498. OLE color: 4906498.

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

Color convert

RGB 2 222 74 -
CMYK 0.99 0 0.67 0.13
HSL 139.64º 0.98% 0.44% -
HSV(B) 139.64º 0.99% 0.87% -
XYZ 27.38 52.75 15.22 -
YUV 139.35 91.11 30.03 -
System Red Green Blue C M Y K H S L
Decimal 2 222 74 0.99 0 0.67 0.13 139.64 0.98 0.44
Hex 2 DE 4A 63 0 43 D 8C 62 2C
Octal 2 336 112 143 0 103 15 214 142 54
Binary 10 11011110 1001010 1100011 0 1000011 1101 10001100 1100010 101100

Color Harmonies of #02DE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DE4A

Black with #02DE4A

Text Example


Text Example

White with #02DE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,222,74); }

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

background-color css

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

 a { background-color: rgb(2,222,74); }

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

border-color css

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

 span { border-color: rgb(2,222,74); }

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