Html Css Color HEX #02F04A Malachite

📋 copy color: '#02F04A'

red 2 ◦ green 240 ◦ blue 74

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

Shades of Malachite #02F04A

Tints of Malachite #02F04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75.95%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 0.63%
G = 75.95%
B = 23.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#02F04A (or 0x02F04A) is known color: Malachite. HEX triplet: 02, F0 and 4A. RGB value is (2,240,74). Sum of RGB (Red+Green+Blue) = 2+240+74=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 240 (94.14% from 255 or 75.95% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 240 - color contains mainly: green. Hex color #02F04A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F04A is #FD0FB5. Grayscale: #969696. Windows color (decimal): -16584630 or 4911106. OLE color: 4911106.

HSL color Cylindrical-coordinate representation of color #02F04A: hue angle of 138.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F04A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 240 74 -
CMYK 0.99 0 0.69 0.06
HSL 138.15º 0.98% 0.47% -
HSV(B) 138.15º 0.99% 0.94% -
XYZ 32.42 62.83 16.9 -
YUV 149.91 85.15 22.5 -
System Red Green Blue C M Y K H S L
Decimal 2 240 74 0.99 0 0.69 0.06 138.15 0.98 0.47
Hex 2 F0 4A 63 0 45 6 8A 62 2F
Octal 2 360 112 143 0 105 6 212 142 57
Binary 10 11110000 1001010 1100011 0 1000101 110 10001010 1100010 101111

Color Harmonies of #02F04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F04A

Black with #02F04A

Text Example


Text Example

White with #02F04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,240,74); }

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

background-color css

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

 a { background-color: rgb(2,240,74); }

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

border-color css

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

 span { border-color: rgb(2,240,74); }

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