Html Css Color HEX #02F63B Malachite

📋 copy color: '#02F63B'

red 2 ◦ green 246 ◦ blue 59

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

Shades of Malachite #02F63B

Tints of Malachite #02F63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 0.65%
G = 80.13%
B = 19.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#02F63B (or 0x02F63B) is known color: Malachite. HEX triplet: 02, F6 and 3B. RGB value is (2,246,59). Sum of RGB (Red+Green+Blue) = 2+246+59=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 246 (96.48% from 255 or 80.13% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 246 - color contains mainly: green. Hex color #02F63B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F63B is #FD09C4. Grayscale: #989898. Windows color (decimal): -16583109 or 3929602. OLE color: 3929602.

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

Color convert

RGB 2 246 59 -
CMYK 0.99 0 0.76 0.04
HSL 134.02º 0.98% 0.49% -
HSV(B) 134.02º 0.99% 0.96% -
XYZ 33.77 66.24 15.14 -
YUV 151.73 75.66 21.21 -
System Red Green Blue C M Y K H S L
Decimal 2 246 59 0.99 0 0.76 0.04 134.02 0.98 0.49
Hex 2 F6 3B 63 0 4C 4 86 62 31
Octal 2 366 73 143 0 114 4 206 142 61
Binary 10 11110110 111011 1100011 0 1001100 100 10000110 1100010 110001

Color Harmonies of #02F63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F63B

Black with #02F63B

Text Example


Text Example

White with #02F63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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