Html Css Color HEX #02DA3E Malachite

📋 copy color: '#02DA3E'

red 2 ◦ green 218 ◦ blue 62

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

Shades of Malachite #02DA3E

Tints of Malachite #02DA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 0.71%
G = 77.3%
B = 21.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#02DA3E (or 0x02DA3E) is known color: Malachite. HEX triplet: 02, DA and 3E. RGB value is (2,218,62). Sum of RGB (Red+Green+Blue) = 2+218+62=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DA3E is #FD25C1. Grayscale: #888888. Windows color (decimal): -16590274 or 4119042. OLE color: 4119042.

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

Color convert

RGB 2 218 62 -
CMYK 0.99 0 0.72 0.15
HSL 136.67º 0.98% 0.43% -
HSV(B) 136.67º 0.99% 0.85% -
XYZ 25.97 50.5 12.94 -
YUV 135.63 86.44 32.68 -
System Red Green Blue C M Y K H S L
Decimal 2 218 62 0.99 0 0.72 0.15 136.67 0.98 0.43
Hex 2 DA 3E 63 0 48 F 89 62 2B
Octal 2 332 76 143 0 110 17 211 142 53
Binary 10 11011010 111110 1100011 0 1001000 1111 10001001 1100010 101011

Color Harmonies of #02DA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA3E

Black with #02DA3E

Text Example


Text Example

White with #02DA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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