Html Css Color HEX #02FF59 Malachite

📋 copy color: '#02FF59'

red 2 ◦ green 255 ◦ blue 89

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

Shades of Malachite #02FF59

Tints of Malachite #02FF59

RGB

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

 GREEN value IS 255 (100% from 255) = 73.7%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 0.58%
G = 73.7%
B = 25.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#02FF59 (or 0x02FF59) is known color: Malachite. HEX triplet: 02, FF and 59. RGB value is (2,255,89). Sum of RGB (Red+Green+Blue) = 2+255+89=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF59 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FF59 is #FD00A6. Grayscale: #A0A0A0. Windows color (decimal): -16580775 or 5897986. OLE color: 5897986.

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

Color convert

RGB 2 255 89 -
CMYK 0.99 0 0.65 0
HSL 140.63º 1% 0.5% -
HSV(B) 140.63º 0.99% 1% -
XYZ 37.59 72.25 21.42 -
YUV 160.43 87.68 15 -
System Red Green Blue C M Y K H S L
Decimal 2 255 89 0.99 0 0.65 0 140.63 1 0.5
Hex 2 FF 59 63 0 41 0 8D 64 32
Octal 2 377 131 143 0 101 0 215 144 62
Binary 10 11111111 1011001 1100011 0 1000001 0 10001101 1100100 110010

Color Harmonies of #02FF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF59

Black with #02FF59

Text Example


Text Example

White with #02FF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,255,89); }

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

background-color css

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

 a { background-color: rgb(2,255,89); }

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

border-color css

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

 span { border-color: rgb(2,255,89); }

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