Html Css Color HEX #02CE4C Malachite

📋 copy color: '#02CE4C'

red 2 ◦ green 206 ◦ blue 76

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

Shades of Malachite #02CE4C

Tints of Malachite #02CE4C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 72.54%

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 0.7%
G = 72.54%
B = 26.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#02CE4C (or 0x02CE4C) is known color: Malachite. HEX triplet: 02, CE and 4C. RGB value is (2,206,76). Sum of RGB (Red+Green+Blue) = 2+206+76=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE4C is #FD31B3. Grayscale: #828282. Windows color (decimal): -16593332 or 5033474. OLE color: 5033474.

HSL color Cylindrical-coordinate representation of color #02CE4C: hue angle of 141.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE4C is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 206 76 -
CMYK 0.99 0 0.63 0.19
HSL 141.76º 0.98% 0.41% -
HSV(B) 141.76º 0.99% 0.81% -
XYZ 23.4 44.68 14.23 -
YUV 130.18 97.41 36.57 -
System Red Green Blue C M Y K H S L
Decimal 2 206 76 0.99 0 0.63 0.19 141.76 0.98 0.41
Hex 2 CE 4C 63 0 3F 13 8E 62 29
Octal 2 316 114 143 0 77 23 216 142 51
Binary 10 11001110 1001100 1100011 0 111111 10011 10001110 1100010 101001

Color Harmonies of #02CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE4C

Black with #02CE4C

Text Example


Text Example

White with #02CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,76); }

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

background-color css

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

 a { background-color: rgb(2,206,76); }

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

border-color css

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

 span { border-color: rgb(2,206,76); }

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