#02E36C

Color #02E36C Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #02E36C

Tints of Malachite #02E36C

Color information

#02E36C (or 0x02E36C) is unknown color: approx Malachite. HEX triplet: 02, E3 and 6C. RGB value is (2,227,108). Sum of RGB (Red+Green+Blue) = 2+227+108=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #02E36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E36C is #FD1C93. Grayscale: #929292. Windows color (decimal): -16587924 or 7136002. OLE color: 7136002.

HSL color Cylindrical-coordinate representation of color #02E36C: hue angle of 148.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E36C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB2227108-
CMYK0.9900.520.11
HSL148.27º98.25%44.9%-
HSV(B)148.27º99.12%89.02%-
XYZ30.256.0323.41-
YUV146.16106.4625.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 227 (89.06% from 255) = 67.36%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=0.59%
G=67.36%
B=32.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22271080.9900.520.11148.2798.2544.9
Hex2E36C63034B94622d
Octal23431541430641322414255
Binary10111000111101100110001101101001011100101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,227,108); }

 H1.HeaderClassName
 {
   color: #02E36C;
 }
 .AnyTagClassName
 {
   color: #02E36C;
 }
</style>
background-color css

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

 a { background-color: rgb(2,227,108); }

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

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

 span { border-color: rgb(2,227,108); }

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