Html Css Color HEX #02CC68 Malachite

📋 copy color: '#02CC68'

red 2 ◦ green 204 ◦ blue 104

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

Shades of Malachite #02CC68

Tints of Malachite #02CC68

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.81%

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

R = 0.65%
G = 65.81%
B = 33.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#02CC68 (or 0x02CC68) is known color: Malachite. HEX triplet: 02, CC and 68. RGB value is (2,204,104). Sum of RGB (Red+Green+Blue) = 2+204+104=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC68 is #FD3397. Grayscale: #848484. Windows color (decimal): -16593816 or 6867970. OLE color: 6867970.

HSL color Cylindrical-coordinate representation of color #02CC68: hue angle of 150.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC68 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 204 104 -
CMYK 0.99 0 0.49 0.2
HSL 150.3º 0.98% 0.4% -
HSV(B) 150.3º 0.99% 0.8% -
XYZ 24.12 44.2 20.36 -
YUV 132.2 112.08 35.13 -
System Red Green Blue C M Y K H S L
Decimal 2 204 104 0.99 0 0.49 0.2 150.3 0.98 0.4
Hex 2 CC 68 63 0 31 14 96 62 28
Octal 2 314 150 143 0 61 24 226 142 50
Binary 10 11001100 1101000 1100011 0 110001 10100 10010110 1100010 101000

Color Harmonies of #02CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC68

Black with #02CC68

Text Example


Text Example

White with #02CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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