Html Css Color HEX #02FD4D Malachite

📋 copy color: '#02FD4D'

red 2 ◦ green 253 ◦ blue 77

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

Shades of Malachite #02FD4D

Tints of Malachite #02FD4D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.2%

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 0.6%
G = 76.2%
B = 23.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#02FD4D (or 0x02FD4D) is known color: Malachite. HEX triplet: 02, FD and 4D. RGB value is (2,253,77). Sum of RGB (Red+Green+Blue) = 2+253+77=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 253 (99.22% from 255 or 76.20% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FD4D is #FD02B2. Grayscale: #9E9E9E. Windows color (decimal): -16581299 or 5111042. OLE color: 5111042.

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

Color convert

RGB 2 253 77 -
CMYK 0.99 0 0.70 0.01
HSL 137.93º 0.98% 0.5% -
HSV(B) 137.93º 0.99% 0.99% -
XYZ 36.49 70.8 18.76 -
YUV 157.89 82.34 16.81 -
System Red Green Blue C M Y K H S L
Decimal 2 253 77 0.99 0 0.70 0.01 137.93 0.98 0.5
Hex 2 FD 4D 63 0 46 1 8A 62 32
Octal 2 375 115 143 0 106 1 212 142 62
Binary 10 11111101 1001101 1100011 0 1000110 1 10001010 1100010 110010

Color Harmonies of #02FD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FD4D

Black with #02FD4D

Text Example


Text Example

White with #02FD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,253,77); }

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

background-color css

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

 a { background-color: rgb(2,253,77); }

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

border-color css

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

 span { border-color: rgb(2,253,77); }

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