Html Css Color HEX #02DE42 Malachite

📋 copy color: '#02DE42'

red 2 ◦ green 222 ◦ blue 66

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

Shades of Malachite #02DE42

Tints of Malachite #02DE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 0.69%
G = 76.55%
B = 22.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#02DE42 (or 0x02DE42) is known color: Malachite. HEX triplet: 02, DE and 42. RGB value is (2,222,66). Sum of RGB (Red+Green+Blue) = 2+222+66=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DE42 is #FD21BD. Grayscale: #8A8A8A. Windows color (decimal): -16589246 or 4382210. OLE color: 4382210.

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

Color convert

RGB 2 222 66 -
CMYK 0.99 0 0.70 0.13
HSL 137.45º 0.98% 0.44% -
HSV(B) 137.45º 0.99% 0.87% -
XYZ 27.13 52.65 13.89 -
YUV 138.44 87.11 30.68 -
System Red Green Blue C M Y K H S L
Decimal 2 222 66 0.99 0 0.70 0.13 137.45 0.98 0.44
Hex 2 DE 42 63 0 46 D 89 62 2C
Octal 2 336 102 143 0 106 15 211 142 54
Binary 10 11011110 1000010 1100011 0 1000110 1101 10001001 1100010 101100

Color Harmonies of #02DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DE42

Black with #02DE42

Text Example


Text Example

White with #02DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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