Html Css Color HEX #02F64F Malachite

📋 copy color: '#02F64F'

red 2 ◦ green 246 ◦ blue 79

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

Shades of Malachite #02F64F

Tints of Malachite #02F64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 75.23%

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 0.61%
G = 75.23%
B = 24.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#02F64F (or 0x02F64F) is known color: Malachite. HEX triplet: 02, F6 and 4F. RGB value is (2,246,79). Sum of RGB (Red+Green+Blue) = 2+246+79=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #02F64F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F64F is #FD09B0. Grayscale: #9A9A9A. Windows color (decimal): -16583089 or 5240322. OLE color: 5240322.

HSL color Cylindrical-coordinate representation of color #02F64F: hue angle of 138.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F64F is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 246 79 -
CMYK 0.99 0 0.68 0.04
HSL 138.93º 0.98% 0.49% -
HSV(B) 138.93º 0.99% 0.96% -
XYZ 34.39 66.49 18.42 -
YUV 154.01 85.66 19.58 -
System Red Green Blue C M Y K H S L
Decimal 2 246 79 0.99 0 0.68 0.04 138.93 0.98 0.49
Hex 2 F6 4F 63 0 44 4 8B 62 31
Octal 2 366 117 143 0 104 4 213 142 61
Binary 10 11110110 1001111 1100011 0 1000100 100 10001011 1100010 110001

Color Harmonies of #02F64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F64F

Black with #02F64F

Text Example


Text Example

White with #02F64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,246,79); }

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

background-color css

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

 a { background-color: rgb(2,246,79); }

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

border-color css

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

 span { border-color: rgb(2,246,79); }

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