Html Css Color HEX #02DF43 Malachite

📋 copy color: '#02DF43'

red 2 ◦ green 223 ◦ blue 67

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

Shades of Malachite #02DF43

Tints of Malachite #02DF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 0.68%
G = 76.37%
B = 22.95%

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

#02DF43 (or 0x02DF43) is known color: Malachite. HEX triplet: 02, DF and 43. RGB value is (2,223,67). Sum of RGB (Red+Green+Blue) = 2+223+67=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 223 (87.5% from 255 or 76.37% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF43 is #FD20BC. Grayscale: #8B8B8B. Windows color (decimal): -16588989 or 4448002. OLE color: 4448002.

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

Color convert

RGB 2 223 67 -
CMYK 0.99 0 0.70 0.13
HSL 137.65º 0.98% 0.44% -
HSV(B) 137.65º 0.99% 0.87% -
XYZ 27.43 53.19 14.13 -
YUV 139.14 87.28 30.18 -
System Red Green Blue C M Y K H S L
Decimal 2 223 67 0.99 0 0.70 0.13 137.65 0.98 0.44
Hex 2 DF 43 63 0 46 D 8A 62 2C
Octal 2 337 103 143 0 106 15 212 142 54
Binary 10 11011111 1000011 1100011 0 1000110 1101 10001010 1100010 101100

Color Harmonies of #02DF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF43

Black with #02DF43

Text Example


Text Example

White with #02DF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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