Html Css Color HEX #02E549 Malachite

📋 copy color: '#02E549'

red 2 ◦ green 229 ◦ blue 73

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

Shades of Malachite #02E549

Tints of Malachite #02E549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 0.66%
G = 75.33%
B = 24.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#02E549 (or 0x02E549) is known color: Malachite. HEX triplet: 02, E5 and 49. RGB value is (2,229,73). Sum of RGB (Red+Green+Blue) = 2+229+73=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #02E549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E549 is #FD1AB6. Grayscale: #8F8F8F. Windows color (decimal): -16587447 or 4842754. OLE color: 4842754.

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

Color convert

RGB 2 229 73 -
CMYK 0.99 0 0.68 0.10
HSL 138.77º 0.98% 0.45% -
HSV(B) 138.77º 0.99% 0.9% -
XYZ 29.25 56.53 15.67 -
YUV 143.34 88.29 27.18 -
System Red Green Blue C M Y K H S L
Decimal 2 229 73 0.99 0 0.68 0.10 138.77 0.98 0.45
Hex 2 E5 49 63 0 44 A 8B 62 2D
Octal 2 345 111 143 0 104 12 213 142 55
Binary 10 11100101 1001001 1100011 0 1000100 1010 10001011 1100010 101101

Color Harmonies of #02E549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E549

Black with #02E549

Text Example


Text Example

White with #02E549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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