Html Css Color HEX #02EB40 Malachite

📋 copy color: '#02EB40'

red 2 ◦ green 235 ◦ blue 64

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

Shades of Malachite #02EB40

Tints of Malachite #02EB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 78.07%

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 0.66%
G = 78.07%
B = 21.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#02EB40 (or 0x02EB40) is known color: Malachite. HEX triplet: 02, EB and 40. RGB value is (2,235,64). Sum of RGB (Red+Green+Blue) = 2+235+64=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 235 (92.19% from 255 or 78.07% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EB40 is #FD14BF. Grayscale: #929292. Windows color (decimal): -16585920 or 4254466. OLE color: 4254466.

HSL color Cylindrical-coordinate representation of color #02EB40: hue angle of 135.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EB40 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 235 64 -
CMYK 0.99 0 0.73 0.08
HSL 135.97º 0.98% 0.46% -
HSV(B) 135.97º 0.99% 0.92% -
XYZ 30.66 59.8 14.78 -
YUV 145.84 81.81 25.4 -
System Red Green Blue C M Y K H S L
Decimal 2 235 64 0.99 0 0.73 0.08 135.97 0.98 0.46
Hex 2 EB 40 63 0 49 8 88 62 2E
Octal 2 353 100 143 0 111 10 210 142 56
Binary 10 11101011 1000000 1100011 0 1001001 1000 10001000 1100010 101110

Color Harmonies of #02EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EB40

Black with #02EB40

Text Example


Text Example

White with #02EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,235,64); }

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

background-color css

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

 a { background-color: rgb(2,235,64); }

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

border-color css

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

 span { border-color: rgb(2,235,64); }

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