Html Css Color HEX #02EA5C Malachite

📋 copy color: '#02EA5C'

red 2 ◦ green 234 ◦ blue 92

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

Shades of Malachite #02EA5C

Tints of Malachite #02EA5C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 71.34%

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

R = 0.61%
G = 71.34%
B = 28.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#02EA5C (or 0x02EA5C) is known color: Malachite. HEX triplet: 02, EA and 5C. RGB value is (2,234,92). Sum of RGB (Red+Green+Blue) = 2+234+92=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 234 (91.80% from 255 or 71.34% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EA5C is #FD15A3. Grayscale: #949494. Windows color (decimal): -16586148 or 6089218. OLE color: 6089218.

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

Color convert

RGB 2 234 92 -
CMYK 0.99 0 0.61 0.08
HSL 143.28º 0.98% 0.46% -
HSV(B) 143.28º 0.99% 0.92% -
XYZ 31.38 59.63 19.98 -
YUV 148.44 96.14 23.55 -
System Red Green Blue C M Y K H S L
Decimal 2 234 92 0.99 0 0.61 0.08 143.28 0.98 0.46
Hex 2 EA 5C 63 0 3D 8 8F 62 2E
Octal 2 352 134 143 0 75 10 217 142 56
Binary 10 11101010 1011100 1100011 0 111101 1000 10001111 1100010 101110

Color Harmonies of #02EA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA5C

Black with #02EA5C

Text Example


Text Example

White with #02EA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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