Html Css Color HEX #02E044 Malachite

📋 copy color: '#02E044'

red 2 ◦ green 224 ◦ blue 68

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

Shades of Malachite #02E044

Tints of Malachite #02E044

RGB

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

 GREEN value IS 224 (87.89% from 255) = 76.19%

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

R = 0.68%
G = 76.19%
B = 23.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#02E044 (or 0x02E044) is known color: Malachite. HEX triplet: 02, E0 and 44. RGB value is (2,224,68). Sum of RGB (Red+Green+Blue) = 2+224+68=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #02E044 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E044 is #FD1FBB. Grayscale: #8C8C8C. Windows color (decimal): -16588732 or 4513794. OLE color: 4513794.

HSL color Cylindrical-coordinate representation of color #02E044: hue angle of 137.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E044 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 68 -
CMYK 0.99 0 0.70 0.12
HSL 137.84º 0.98% 0.44% -
HSV(B) 137.84º 0.99% 0.88% -
XYZ 27.72 53.74 14.38 -
YUV 139.84 87.45 29.68 -
System Red Green Blue C M Y K H S L
Decimal 2 224 68 0.99 0 0.70 0.12 137.84 0.98 0.44
Hex 2 E0 44 63 0 46 C 8A 62 2C
Octal 2 340 104 143 0 106 14 212 142 54
Binary 10 11100000 1000100 1100011 0 1000110 1100 10001010 1100010 101100

Color Harmonies of #02E044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E044

Black with #02E044

Text Example


Text Example

White with #02E044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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