Html Css Color HEX #02F03A Malachite

📋 copy color: '#02F03A'

red 2 ◦ green 240 ◦ blue 58

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

Shades of Malachite #02F03A

Tints of Malachite #02F03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 0.67%
G = 80%
B = 19.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#02F03A (or 0x02F03A) is known color: Malachite. HEX triplet: 02, F0 and 3A. RGB value is (2,240,58). Sum of RGB (Red+Green+Blue) = 2+240+58=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 240 (94.14% from 255 or 80% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 240 - color contains mainly: green. Hex color #02F03A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F03A is #FD0FC5. Grayscale: #949494. Windows color (decimal): -16584646 or 3862530. OLE color: 3862530.

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

Color convert

RGB 2 240 58 -
CMYK 0.99 0 0.76 0.06
HSL 134.12º 0.98% 0.47% -
HSV(B) 134.12º 0.99% 0.94% -
XYZ 31.95 62.64 14.41 -
YUV 148.09 77.15 23.8 -
System Red Green Blue C M Y K H S L
Decimal 2 240 58 0.99 0 0.76 0.06 134.12 0.98 0.47
Hex 2 F0 3A 63 0 4C 6 86 62 2F
Octal 2 360 72 143 0 114 6 206 142 57
Binary 10 11110000 111010 1100011 0 1001100 110 10000110 1100010 101111

Color Harmonies of #02F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F03A

Black with #02F03A

Text Example


Text Example

White with #02F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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