#02E244

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

Shades of Malachite #02E244

Tints of Malachite #02E244

Color information

#02E244 (or 0x02E244) is unknown color: approx Malachite. HEX triplet: 02, E2 and 44. RGB value is (2,226,68). Sum of RGB (Red+Green+Blue) = 2+226+68=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 226 (88.67% from 255 or 76.35% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 226 - color contains mainly: green. Hex color #02E244 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E244 is #FD1DBB. Grayscale: #8D8D8D. Windows color (decimal): -16588220 or 4514306. OLE color: 4514306.

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

Color convert

RGB222668-
CMYK0.9900.700.11
HSL137.68º98.25%44.71%-
HSV(B)137.68º99.12%88.63%-
XYZ28.2654.8214.56-
YUV141.0186.7928.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 226 (88.67% from 255) = 76.35%
BLUE value IS 68 (26.95% from 255) = 22.97%
R=0.68%
G=76.35%
B=22.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2226680.9900.700.11137.6898.2544.71
Hex2E24463046B8a622d
Octal234210414301061321214255
Binary101110001010001001100011010001101011100010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,226,68); }

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

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

 a { background-color: rgb(2,226,68); }

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

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

 span { border-color: rgb(2,226,68); }

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