Html Css Color HEX #02D24B Malachite

📋 copy color: '#02D24B'

red 2 ◦ green 210 ◦ blue 75

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

Shades of Malachite #02D24B

Tints of Malachite #02D24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 0.7%
G = 73.17%
B = 26.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#02D24B (or 0x02D24B) is known color: Malachite. HEX triplet: 02, D2 and 4B. RGB value is (2,210,75). Sum of RGB (Red+Green+Blue) = 2+210+75=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 210 (82.42% from 255 or 73.17% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 210 - color contains mainly: green. Hex color #02D24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D24B is #FD2DB4. Grayscale: #848484. Windows color (decimal): -16592309 or 4968962. OLE color: 4968962.

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

Color convert

RGB 2 210 75 -
CMYK 0.99 0 0.64 0.18
HSL 141.06º 0.98% 0.42% -
HSV(B) 141.06º 0.99% 0.82% -
XYZ 24.34 46.61 14.37 -
YUV 132.42 95.59 34.98 -
System Red Green Blue C M Y K H S L
Decimal 2 210 75 0.99 0 0.64 0.18 141.06 0.98 0.42
Hex 2 D2 4B 63 0 40 12 8D 62 2A
Octal 2 322 113 143 0 100 22 215 142 52
Binary 10 11010010 1001011 1100011 0 1000000 10010 10001101 1100010 101010

Color Harmonies of #02D24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D24B

Black with #02D24B

Text Example


Text Example

White with #02D24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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