Html Css Color HEX #02FF3C Malachite

📋 copy color: '#02FF3C'

red 2 ◦ green 255 ◦ blue 60

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

Shades of Malachite #02FF3C

Tints of Malachite #02FF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 0.63%
G = 80.44%
B = 18.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#02FF3C (or 0x02FF3C) is known color: Malachite. HEX triplet: 02, FF and 3C. RGB value is (2,255,60). Sum of RGB (Red+Green+Blue) = 2+255+60=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 255 (100% from 255 or 80.44% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF3C is #FD00C3. Grayscale: #9D9D9D. Windows color (decimal): -16580804 or 3997442. OLE color: 3997442.

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

Color convert

RGB 2 255 60 -
CMYK 0.99 0 0.76 0
HSL 133.75º 1% 0.5% -
HSV(B) 133.75º 0.99% 1% -
XYZ 36.6 71.86 16.22 -
YUV 157.12 73.18 17.36 -
System Red Green Blue C M Y K H S L
Decimal 2 255 60 0.99 0 0.76 0 133.75 1 0.5
Hex 2 FF 3C 63 0 4C 0 86 64 32
Octal 2 377 74 143 0 114 0 206 144 62
Binary 10 11111111 111100 1100011 0 1001100 0 10000110 1100100 110010

Color Harmonies of #02FF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF3C

Black with #02FF3C

Text Example


Text Example

White with #02FF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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