Html Css Color HEX #02E068 Malachite

📋 copy color: '#02E068'

red 2 ◦ green 224 ◦ blue 104

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

Shades of Malachite #02E068

Tints of Malachite #02E068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 0.61%
G = 67.88%
B = 31.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#02E068 (or 0x02E068) is known color: Malachite. HEX triplet: 02, E0 and 68. RGB value is (2,224,104). Sum of RGB (Red+Green+Blue) = 2+224+104=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #02E068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E068 is #FD1F97. Grayscale: #909090. Windows color (decimal): -16588696 or 6873090. OLE color: 6873090.

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

Color convert

RGB 2 224 104 -
CMYK 0.99 0 0.54 0.12
HSL 147.57º 0.98% 0.44% -
HSV(B) 147.57º 0.99% 0.88% -
XYZ 29.18 54.32 22.04 -
YUV 143.94 105.45 26.76 -
System Red Green Blue C M Y K H S L
Decimal 2 224 104 0.99 0 0.54 0.12 147.57 0.98 0.44
Hex 2 E0 68 63 0 36 C 94 62 2C
Octal 2 340 150 143 0 66 14 224 142 54
Binary 10 11100000 1101000 1100011 0 110110 1100 10010100 1100010 101100

Color Harmonies of #02E068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E068

Black with #02E068

Text Example


Text Example

White with #02E068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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