Html Css Color HEX #02DA43 Malachite

📋 copy color: '#02DA43'

red 2 ◦ green 218 ◦ blue 67

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

Shades of Malachite #02DA43

Tints of Malachite #02DA43

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.96%

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

R = 0.7%
G = 75.96%
B = 23.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#02DA43 (or 0x02DA43) is known color: Malachite. HEX triplet: 02, DA and 43. RGB value is (2,218,67). Sum of RGB (Red+Green+Blue) = 2+218+67=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DA43 is #FD25BC. Grayscale: #888888. Windows color (decimal): -16590269 or 4446722. OLE color: 4446722.

HSL color Cylindrical-coordinate representation of color #02DA43: hue angle of 138.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DA43 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 218 67 -
CMYK 0.99 0 0.69 0.15
HSL 138.06º 0.98% 0.43% -
HSV(B) 138.06º 0.99% 0.85% -
XYZ 26.11 50.56 13.69 -
YUV 136.2 88.94 32.28 -
System Red Green Blue C M Y K H S L
Decimal 2 218 67 0.99 0 0.69 0.15 138.06 0.98 0.43
Hex 2 DA 43 63 0 45 F 8A 62 2B
Octal 2 332 103 143 0 105 17 212 142 53
Binary 10 11011010 1000011 1100011 0 1000101 1111 10001010 1100010 101011

Color Harmonies of #02DA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA43

Black with #02DA43

Text Example


Text Example

White with #02DA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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