Html Css Color HEX #02FC57 Malachite

📋 copy color: '#02FC57'

red 2 ◦ green 252 ◦ blue 87

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

Shades of Malachite #02FC57

Tints of Malachite #02FC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 0.59%
G = 73.9%
B = 25.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#02FC57 (or 0x02FC57) is known color: Malachite. HEX triplet: 02, FC and 57. RGB value is (2,252,87). Sum of RGB (Red+Green+Blue) = 2+252+87=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC57 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC57 is #FD03A8. Grayscale: #9E9E9E. Windows color (decimal): -16581545 or 5766146. OLE color: 5766146.

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

Color convert

RGB 2 252 87 -
CMYK 0.99 0 0.65 0.01
HSL 140.4º 0.98% 0.5% -
HSV(B) 140.4º 0.99% 0.99% -
XYZ 36.56 70.32 20.66 -
YUV 158.44 87.68 16.42 -
System Red Green Blue C M Y K H S L
Decimal 2 252 87 0.99 0 0.65 0.01 140.4 0.98 0.5
Hex 2 FC 57 63 0 41 1 8C 62 32
Octal 2 374 127 143 0 101 1 214 142 62
Binary 10 11111100 1010111 1100011 0 1000001 1 10001100 1100010 110010

Color Harmonies of #02FC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC57

Black with #02FC57

Text Example


Text Example

White with #02FC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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