#02F93E

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

Shades of Malachite #02F93E

Tints of Malachite #02F93E

Color information

#02F93E (or 0x02F93E) is unknown color: approx Malachite. HEX triplet: 02, F9 and 3E. RGB value is (2,249,62). Sum of RGB (Red+Green+Blue) = 2+249+62=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 249 (97.66% from 255 or 79.55% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 249 - color contains mainly: green. Hex color #02F93E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F93E is #FD06C1. Grayscale: #9A9A9A. Windows color (decimal): -16582338 or 4126978. OLE color: 4126978.

HSL color Cylindrical-coordinate representation of color #02F93E: hue angle of 134.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F93E is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB224962-
CMYK0.9900.750.02
HSL134.57º98.41%49.22%-
HSV(B)134.57º99.2%97.65%-
XYZ34.7768.1115.87-
YUV153.8376.1719.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 249 (97.66% from 255) = 79.55%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=0.64%
G=79.55%
B=19.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2249620.9900.750.02134.5798.4149.22
Hex2F93E6304B2876231
Octal2371761430113220714261
Binary101111100111111011000110100101110100001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,249,62); }

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

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

 a { background-color: rgb(2,249,62); }

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

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

 span { border-color: rgb(2,249,62); }

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