Html Css Color HEX #02CE48 Malachite

📋 copy color: '#02CE48'

red 2 ◦ green 206 ◦ blue 72

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

Shades of Malachite #02CE48

Tints of Malachite #02CE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.71%

R = 0.71%
G = 73.57%
B = 25.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#02CE48 (or 0x02CE48) is known color: Malachite. HEX triplet: 02, CE and 48. RGB value is (2,206,72). Sum of RGB (Red+Green+Blue) = 2+206+72=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE48 is #FD31B7. Grayscale: #828282. Windows color (decimal): -16593336 or 4771330. OLE color: 4771330.

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

Color convert

RGB 2 206 72 -
CMYK 0.99 0 0.65 0.19
HSL 140.59º 0.98% 0.41% -
HSV(B) 140.59º 0.99% 0.81% -
XYZ 23.27 44.62 13.52 -
YUV 129.73 95.41 36.9 -
System Red Green Blue C M Y K H S L
Decimal 2 206 72 0.99 0 0.65 0.19 140.59 0.98 0.41
Hex 2 CE 48 63 0 41 13 8D 62 29
Octal 2 316 110 143 0 101 23 215 142 51
Binary 10 11001110 1001000 1100011 0 1000001 10011 10001101 1100010 101001

Color Harmonies of #02CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE48

Black with #02CE48

Text Example


Text Example

White with #02CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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