Html Css Color HEX #02D24E Malachite

📋 copy color: '#02D24E'

red 2 ◦ green 210 ◦ blue 78

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

Shades of Malachite #02D24E

Tints of Malachite #02D24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 72.41%

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 0.69%
G = 72.41%
B = 26.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#02D24E (or 0x02D24E) is known color: Malachite. HEX triplet: 02, D2 and 4E. RGB value is (2,210,78). Sum of RGB (Red+Green+Blue) = 2+210+78=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #02D24E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D24E is #FD2DB1. Grayscale: #858585. Windows color (decimal): -16592306 or 5165570. OLE color: 5165570.

HSL color Cylindrical-coordinate representation of color #02D24E: hue angle of 141.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D24E is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 210 78 -
CMYK 0.99 0 0.63 0.18
HSL 141.92º 0.98% 0.42% -
HSV(B) 141.92º 0.99% 0.82% -
XYZ 24.45 46.66 14.92 -
YUV 132.76 97.09 34.73 -
System Red Green Blue C M Y K H S L
Decimal 2 210 78 0.99 0 0.63 0.18 141.92 0.98 0.42
Hex 2 D2 4E 63 0 3F 12 8E 62 2A
Octal 2 322 116 143 0 77 22 216 142 52
Binary 10 11010010 1001110 1100011 0 111111 10010 10001110 1100010 101010

Color Harmonies of #02D24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D24E

Black with #02D24E

Text Example


Text Example

White with #02D24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,210,78); }

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

background-color css

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

 a { background-color: rgb(2,210,78); }

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

border-color css

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

 span { border-color: rgb(2,210,78); }

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