Html Css Color HEX #03E042 Malachite

📋 copy color: '#03E042'

red 3 ◦ green 224 ◦ blue 66

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

Shades of Malachite #03E042

Tints of Malachite #03E042

RGB

 RED value IS 3 (1.56% from 255) = 1.02%

 GREEN value IS 224 (87.89% from 255) = 76.45%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 1.02%
G = 76.45%
B = 22.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#03E042 (or 0x03E042) is known color: Malachite. HEX triplet: 03, E0 and 42. RGB value is (3,224,66). Sum of RGB (Red+Green+Blue) = 3+224+66=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 224 (87.89% from 255 or 76.45% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 224 - color contains mainly: green. Hex color #03E042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03E042 is #FC1FBD. Grayscale: #8C8C8C. Windows color (decimal): -16523198 or 4382723. OLE color: 4382723.

HSL color Cylindrical-coordinate representation of color #03E042: hue angle of 137.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E042 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 224 66 -
CMYK 0.99 0 0.71 0.12
HSL 137.1º 0.97% 0.45% -
HSV(B) 137.1º 0.99% 0.88% -
XYZ 27.68 53.72 14.07 -
YUV 139.91 86.28 30.35 -
System Red Green Blue C M Y K H S L
Decimal 3 224 66 0.99 0 0.71 0.12 137.1 0.97 0.45
Hex 3 E0 42 63 0 47 C 89 61 2D
Octal 3 340 102 143 0 107 14 211 141 55
Binary 11 11100000 1000010 1100011 0 1000111 1100 10001001 1100001 101101

Color Harmonies of #03E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E042

Black with #03E042

Text Example


Text Example

White with #03E042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03E042; }

 p { color: rgb(3,224,66); }

 H1.HeaderClassName
 {
   color: #03E042;
 }
 .AnyTagClassName
 {
   color: #03E042;
 }
</style>

background-color css

<style>
 a { background-color: #03E042; }

 a { background-color: rgb(3,224,66); }

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

border-color css

<style>
 span { border-color: #03E042; }

 span { border-color: rgb(3,224,66); }

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