Html Css Color HEX #02FC4A Malachite

📋 copy color: '#02FC4A'

red 2 ◦ green 252 ◦ blue 74

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

Shades of Malachite #02FC4A

Tints of Malachite #02FC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.83%

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 0.61%
G = 76.83%
B = 22.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#02FC4A (or 0x02FC4A) is known color: Malachite. HEX triplet: 02, FC and 4A. RGB value is (2,252,74). Sum of RGB (Red+Green+Blue) = 2+252+74=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 252 (98.83% from 255 or 76.83% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FC4A is #FD03B5. Grayscale: #9D9D9D. Windows color (decimal): -16581558 or 4914178. OLE color: 4914178.

HSL color Cylindrical-coordinate representation of color #02FC4A: hue angle of 137.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FC4A is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 252 74 -
CMYK 0.99 0 0.71 0.01
HSL 137.28º 0.98% 0.5% -
HSV(B) 137.28º 0.99% 0.99% -
XYZ 36.07 70.13 18.11 -
YUV 156.96 81.18 17.47 -
System Red Green Blue C M Y K H S L
Decimal 2 252 74 0.99 0 0.71 0.01 137.28 0.98 0.5
Hex 2 FC 4A 63 0 47 1 89 62 32
Octal 2 374 112 143 0 107 1 211 142 62
Binary 10 11111100 1001010 1100011 0 1000111 1 10001001 1100010 110010

Color Harmonies of #02FC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC4A

Black with #02FC4A

Text Example


Text Example

White with #02FC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,74); }

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

background-color css

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

 a { background-color: rgb(2,252,74); }

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

border-color css

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

 span { border-color: rgb(2,252,74); }

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