Html Css Color HEX #02E054 Malachite

📋 copy color: '#02E054'

red 2 ◦ green 224 ◦ blue 84

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

Shades of Malachite #02E054

Tints of Malachite #02E054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.1%

R = 0.65%
G = 72.26%
B = 27.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#02E054 (or 0x02E054) is known color: Malachite. HEX triplet: 02, E0 and 54. RGB value is (2,224,84). Sum of RGB (Red+Green+Blue) = 2+224+84=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #02E054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E054 is #FD1FAB. Grayscale: #8E8E8E. Windows color (decimal): -16588716 or 5562370. OLE color: 5562370.

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

Color convert

RGB 2 224 84 -
CMYK 0.99 0 0.62 0.12
HSL 142.16º 0.98% 0.44% -
HSV(B) 142.16º 0.99% 0.88% -
XYZ 28.28 53.96 17.31 -
YUV 141.66 95.45 28.38 -
System Red Green Blue C M Y K H S L
Decimal 2 224 84 0.99 0 0.62 0.12 142.16 0.98 0.44
Hex 2 E0 54 63 0 3E C 8E 62 2C
Octal 2 340 124 143 0 76 14 216 142 54
Binary 10 11100000 1010100 1100011 0 111110 1100 10001110 1100010 101100

Color Harmonies of #02E054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E054

Black with #02E054

Text Example


Text Example

White with #02E054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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