Html Css Color HEX #02F044 Malachite

📋 copy color: '#02F044'

red 2 ◦ green 240 ◦ blue 68

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

Shades of Malachite #02F044

Tints of Malachite #02F044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 0.65%
G = 77.42%
B = 21.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#02F044 (or 0x02F044) is known color: Malachite. HEX triplet: 02, F0 and 44. RGB value is (2,240,68). Sum of RGB (Red+Green+Blue) = 2+240+68=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #02F044 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F044 is #FD0FBB. Grayscale: #959595. Windows color (decimal): -16584636 or 4517890. OLE color: 4517890.

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

Color convert

RGB 2 240 68 -
CMYK 0.99 0 0.72 0.06
HSL 136.64º 0.98% 0.47% -
HSV(B) 136.64º 0.99% 0.94% -
XYZ 32.23 62.75 15.88 -
YUV 149.23 82.15 22.99 -
System Red Green Blue C M Y K H S L
Decimal 2 240 68 0.99 0 0.72 0.06 136.64 0.98 0.47
Hex 2 F0 44 63 0 48 6 89 62 2F
Octal 2 360 104 143 0 110 6 211 142 57
Binary 10 11110000 1000100 1100011 0 1001000 110 10001001 1100010 101111

Color Harmonies of #02F044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F044

Black with #02F044

Text Example


Text Example

White with #02F044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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