Html Css Color HEX #02CE50 Malachite

📋 copy color: '#02CE50'

red 2 ◦ green 206 ◦ blue 80

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

Shades of Malachite #02CE50

Tints of Malachite #02CE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 0.69%
G = 71.53%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#02CE50 (or 0x02CE50) is known color: Malachite. HEX triplet: 02, CE and 50. RGB value is (2,206,80). Sum of RGB (Red+Green+Blue) = 2+206+80=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 206 (80.86% from 255 or 71.53% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE50 is #FD31AF. Grayscale: #828282. Windows color (decimal): -16593328 or 5295618. OLE color: 5295618.

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

Color convert

RGB 2 206 80 -
CMYK 0.99 0 0.61 0.19
HSL 142.94º 0.98% 0.41% -
HSV(B) 142.94º 0.99% 0.81% -
XYZ 23.54 44.73 14.98 -
YUV 130.64 99.41 36.25 -
System Red Green Blue C M Y K H S L
Decimal 2 206 80 0.99 0 0.61 0.19 142.94 0.98 0.41
Hex 2 CE 50 63 0 3D 13 8F 62 29
Octal 2 316 120 143 0 75 23 217 142 51
Binary 10 11001110 1010000 1100011 0 111101 10011 10001111 1100010 101001

Color Harmonies of #02CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE50

Black with #02CE50

Text Example


Text Example

White with #02CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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