Html Css Color HEX #02EF5C Malachite

📋 copy color: '#02EF5C'

red 2 ◦ green 239 ◦ blue 92

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

Shades of Malachite #02EF5C

Tints of Malachite #02EF5C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.77%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 0.6%
G = 71.77%
B = 27.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#02EF5C (or 0x02EF5C) is known color: Malachite. HEX triplet: 02, EF and 5C. RGB value is (2,239,92). Sum of RGB (Red+Green+Blue) = 2+239+92=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EF5C is #FD10A3. Grayscale: #979797. Windows color (decimal): -16584868 or 6090498. OLE color: 6090498.

HSL color Cylindrical-coordinate representation of color #02EF5C: hue angle of 142.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EF5C is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 239 92 -
CMYK 0.99 0 0.62 0.06
HSL 142.78º 0.98% 0.47% -
HSV(B) 142.78º 0.99% 0.94% -
XYZ 32.82 62.52 20.46 -
YUV 151.38 94.48 21.45 -
System Red Green Blue C M Y K H S L
Decimal 2 239 92 0.99 0 0.62 0.06 142.78 0.98 0.47
Hex 2 EF 5C 63 0 3E 6 8F 62 2F
Octal 2 357 134 143 0 76 6 217 142 57
Binary 10 11101111 1011100 1100011 0 111110 110 10001111 1100010 101111

Color Harmonies of #02EF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EF5C

Black with #02EF5C

Text Example


Text Example

White with #02EF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,239,92); }

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

background-color css

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

 a { background-color: rgb(2,239,92); }

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

border-color css

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

 span { border-color: rgb(2,239,92); }

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