Html Css Color HEX #02EA34 Malachite

📋 copy color: '#02EA34'

red 2 ◦ green 234 ◦ blue 52

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

Shades of Malachite #02EA34

Tints of Malachite #02EA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 0.69%
G = 81.25%
B = 18.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#02EA34 (or 0x02EA34) is known color: Malachite. HEX triplet: 02, EA and 34. RGB value is (2,234,52). Sum of RGB (Red+Green+Blue) = 2+234+52=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EA34 is #FD15CB. Grayscale: #909090. Windows color (decimal): -16586188 or 3467778. OLE color: 3467778.

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

Color convert

RGB 2 234 52 -
CMYK 0.99 0 0.78 0.08
HSL 132.93º 0.98% 0.46% -
HSV(B) 132.93º 0.99% 0.92% -
XYZ 30.07 59.11 13.07 -
YUV 143.88 76.14 26.8 -
System Red Green Blue C M Y K H S L
Decimal 2 234 52 0.99 0 0.78 0.08 132.93 0.98 0.46
Hex 2 EA 34 63 0 4E 8 85 62 2E
Octal 2 352 64 143 0 116 10 205 142 56
Binary 10 11101010 110100 1100011 0 1001110 1000 10000101 1100010 101110

Color Harmonies of #02EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA34

Black with #02EA34

Text Example


Text Example

White with #02EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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