Html Css Color HEX #02DA3C Malachite

📋 copy color: '#02DA3C'

red 2 ◦ green 218 ◦ blue 60

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

Shades of Malachite #02DA3C

Tints of Malachite #02DA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 0.71%
G = 77.86%
B = 21.43%

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

#02DA3C (or 0x02DA3C) is known color: Malachite. HEX triplet: 02, DA and 3C. RGB value is (2,218,60). Sum of RGB (Red+Green+Blue) = 2+218+60=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DA3C is #FD25C3. Grayscale: #878787. Windows color (decimal): -16590276 or 3987970. OLE color: 3987970.

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

Color convert

RGB 2 218 60 -
CMYK 0.99 0 0.72 0.15
HSL 136.11º 0.98% 0.43% -
HSV(B) 136.11º 0.99% 0.85% -
XYZ 25.91 50.48 12.65 -
YUV 135.4 85.44 32.85 -
System Red Green Blue C M Y K H S L
Decimal 2 218 60 0.99 0 0.72 0.15 136.11 0.98 0.43
Hex 2 DA 3C 63 0 48 F 88 62 2B
Octal 2 332 74 143 0 110 17 210 142 53
Binary 10 11011010 111100 1100011 0 1001000 1111 10001000 1100010 101011

Color Harmonies of #02DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA3C

Black with #02DA3C

Text Example


Text Example

White with #02DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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