Html Css Color HEX #02E53A Malachite

📋 copy color: '#02E53A'

red 2 ◦ green 229 ◦ blue 58

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

Shades of Malachite #02E53A

Tints of Malachite #02E53A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 79.24%

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 0.69%
G = 79.24%
B = 20.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#02E53A (or 0x02E53A) is known color: Malachite. HEX triplet: 02, E5 and 3A. RGB value is (2,229,58). Sum of RGB (Red+Green+Blue) = 2+229+58=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #02E53A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E53A is #FD1AC5. Grayscale: #8E8E8E. Windows color (decimal): -16587462 or 3859714. OLE color: 3859714.

HSL color Cylindrical-coordinate representation of color #02E53A: hue angle of 134.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E53A is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 229 58 -
CMYK 0.99 0 0.75 0.10
HSL 134.8º 0.98% 0.45% -
HSV(B) 134.8º 0.99% 0.9% -
XYZ 28.81 56.36 13.36 -
YUV 141.63 80.79 28.4 -
System Red Green Blue C M Y K H S L
Decimal 2 229 58 0.99 0 0.75 0.10 134.8 0.98 0.45
Hex 2 E5 3A 63 0 4B A 87 62 2D
Octal 2 345 72 143 0 113 12 207 142 55
Binary 10 11100101 111010 1100011 0 1001011 1010 10000111 1100010 101101

Color Harmonies of #02E53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E53A

Black with #02E53A

Text Example


Text Example

White with #02E53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,229,58); }

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

background-color css

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

 a { background-color: rgb(2,229,58); }

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

border-color css

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

 span { border-color: rgb(2,229,58); }

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