Html Css Color HEX #02FC4E Malachite

📋 copy color: '#02FC4E'

red 2 ◦ green 252 ◦ blue 78

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

Shades of Malachite #02FC4E

Tints of Malachite #02FC4E

RGB

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

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

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

R = 0.6%
G = 75.9%
B = 23.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#02FC4E (or 0x02FC4E) is known color: Malachite. HEX triplet: 02, FC and 4E. RGB value is (2,252,78). Sum of RGB (Red+Green+Blue) = 2+252+78=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC4E is #FD03B1. Grayscale: #9D9D9D. Windows color (decimal): -16581554 or 5176322. OLE color: 5176322.

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

Color convert

RGB 2 252 78 -
CMYK 0.99 0 0.69 0.01
HSL 138.24º 0.98% 0.5% -
HSV(B) 138.24º 0.99% 0.99% -
XYZ 36.21 70.18 18.85 -
YUV 157.41 83.18 17.15 -
System Red Green Blue C M Y K H S L
Decimal 2 252 78 0.99 0 0.69 0.01 138.24 0.98 0.5
Hex 2 FC 4E 63 0 45 1 8A 62 32
Octal 2 374 116 143 0 105 1 212 142 62
Binary 10 11111100 1001110 1100011 0 1000101 1 10001010 1100010 110010

Color Harmonies of #02FC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC4E

Black with #02FC4E

Text Example


Text Example

White with #02FC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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