Html Css Color HEX #02F65E Malachite

📋 copy color: '#02F65E'

red 2 ◦ green 246 ◦ blue 94

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

Shades of Malachite #02F65E

Tints of Malachite #02F65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 0.58%
G = 71.93%
B = 27.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#02F65E (or 0x02F65E) is known color: Malachite. HEX triplet: 02, F6 and 5E. RGB value is (2,246,94). Sum of RGB (Red+Green+Blue) = 2+246+94=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 246 (96.48% from 255 or 71.93% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 246 - color contains mainly: green. Hex color #02F65E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F65E is #FD09A1. Grayscale: #9C9C9C. Windows color (decimal): -16583074 or 6223362. OLE color: 6223362.

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

Color convert

RGB 2 246 94 -
CMYK 0.99 0 0.62 0.04
HSL 142.62º 0.98% 0.49% -
HSV(B) 142.62º 0.99% 0.96% -
XYZ 35 66.73 21.63 -
YUV 155.72 93.16 18.36 -
System Red Green Blue C M Y K H S L
Decimal 2 246 94 0.99 0 0.62 0.04 142.62 0.98 0.49
Hex 2 F6 5E 63 0 3E 4 8F 62 31
Octal 2 366 136 143 0 76 4 217 142 61
Binary 10 11110110 1011110 1100011 0 111110 100 10001111 1100010 110001

Color Harmonies of #02F65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F65E

Black with #02F65E

Text Example


Text Example

White with #02F65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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