Html Css Color HEX #02DF4A Malachite

📋 copy color: '#02DF4A'

red 2 ◦ green 223 ◦ blue 74

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

Shades of Malachite #02DF4A

Tints of Malachite #02DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.58%

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

R = 0.67%
G = 74.58%
B = 24.75%

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

#02DF4A (or 0x02DF4A) is known color: Malachite. HEX triplet: 02, DF and 4A. RGB value is (2,223,74). Sum of RGB (Red+Green+Blue) = 2+223+74=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 223 (87.5% from 255 or 74.58% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF4A is #FD20B5. Grayscale: #8C8C8C. Windows color (decimal): -16588982 or 4906754. OLE color: 4906754.

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

Color convert

RGB 2 223 74 -
CMYK 0.99 0 0.67 0.13
HSL 139.55º 0.98% 0.44% -
HSV(B) 139.55º 0.99% 0.87% -
XYZ 27.65 53.28 15.31 -
YUV 139.94 90.78 29.62 -
System Red Green Blue C M Y K H S L
Decimal 2 223 74 0.99 0 0.67 0.13 139.55 0.98 0.44
Hex 2 DF 4A 63 0 43 D 8C 62 2C
Octal 2 337 112 143 0 103 15 214 142 54
Binary 10 11011111 1001010 1100011 0 1000011 1101 10001100 1100010 101100

Color Harmonies of #02DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF4A

Black with #02DF4A

Text Example


Text Example

White with #02DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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