Html Css Color HEX #02F25E Malachite

📋 copy color: '#02F25E'

red 2 ◦ green 242 ◦ blue 94

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

Shades of Malachite #02F25E

Tints of Malachite #02F25E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.6%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 0.59%
G = 71.6%
B = 27.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#02F25E (or 0x02F25E) is known color: Malachite. HEX triplet: 02, F2 and 5E. RGB value is (2,242,94). Sum of RGB (Red+Green+Blue) = 2+242+94=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #02F25E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F25E is #FD0DA1. Grayscale: #999999. Windows color (decimal): -16584098 or 6222338. OLE color: 6222338.

HSL color Cylindrical-coordinate representation of color #02F25E: hue angle of 143º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F25E is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 242 94 -
CMYK 0.99 0 0.61 0.05
HSL 143º 0.98% 0.48% -
HSV(B) 143º 0.99% 0.95% -
XYZ 33.8 64.33 21.22 -
YUV 153.37 94.49 20.03 -
System Red Green Blue C M Y K H S L
Decimal 2 242 94 0.99 0 0.61 0.05 143 0.98 0.48
Hex 2 F2 5E 63 0 3D 5 8F 62 30
Octal 2 362 136 143 0 75 5 217 142 60
Binary 10 11110010 1011110 1100011 0 111101 101 10001111 1100010 110000

Color Harmonies of #02F25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F25E

Black with #02F25E

Text Example


Text Example

White with #02F25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,242,94); }

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

background-color css

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

 a { background-color: rgb(2,242,94); }

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

border-color css

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

 span { border-color: rgb(2,242,94); }

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