Html Css Color HEX #02F14E Malachite

📋 copy color: '#02F14E'

red 2 ◦ green 241 ◦ blue 78

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

Shades of Malachite #02F14E

Tints of Malachite #02F14E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.08%

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 0.62%
G = 75.08%
B = 24.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#02F14E (or 0x02F14E) is known color: Malachite. HEX triplet: 02, F1 and 4E. RGB value is (2,241,78). Sum of RGB (Red+Green+Blue) = 2+241+78=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #02F14E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F14E is #FD0EB1. Grayscale: #979797. Windows color (decimal): -16584370 or 5173506. OLE color: 5173506.

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

Color convert

RGB 2 241 78 -
CMYK 0.99 0 0.68 0.05
HSL 139.08º 0.98% 0.48% -
HSV(B) 139.08º 0.99% 0.95% -
XYZ 32.86 63.47 17.73 -
YUV 150.96 86.82 21.75 -
System Red Green Blue C M Y K H S L
Decimal 2 241 78 0.99 0 0.68 0.05 139.08 0.98 0.48
Hex 2 F1 4E 63 0 44 5 8B 62 30
Octal 2 361 116 143 0 104 5 213 142 60
Binary 10 11110001 1001110 1100011 0 1000100 101 10001011 1100010 110000

Color Harmonies of #02F14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F14E

Black with #02F14E

Text Example


Text Example

White with #02F14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,241,78); }

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

background-color css

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

 a { background-color: rgb(2,241,78); }

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

border-color css

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

 span { border-color: rgb(2,241,78); }

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