Html Css Color HEX #03F93A Malachite

📋 copy color: '#03F93A'

red 3 ◦ green 249 ◦ blue 58

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

Shades of Malachite #03F93A

Tints of Malachite #03F93A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 80.32%

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

R = 0.97%
G = 80.32%
B = 18.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#03F93A (or 0x03F93A) is known color: Malachite. HEX triplet: 03, F9 and 3A. RGB value is (3,249,58). Sum of RGB (Red+Green+Blue) = 3+249+58=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 249 (97.66% from 255 or 80.32% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 249 - color contains mainly: green. Hex color #03F93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F93A is #FC06C5. Grayscale: #9A9A9A. Windows color (decimal): -16516806 or 3864835. OLE color: 3864835.

HSL color Cylindrical-coordinate representation of color #03F93A: hue angle of 133.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F93A is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 249 58 -
CMYK 0.99 0 0.77 0.02
HSL 133.41º 0.98% 0.49% -
HSV(B) 133.41º 0.99% 0.98% -
XYZ 34.68 68.08 15.32 -
YUV 153.67 74 20.53 -
System Red Green Blue C M Y K H S L
Decimal 3 249 58 0.99 0 0.77 0.02 133.41 0.98 0.49
Hex 3 F9 3A 63 0 4D 2 85 62 31
Octal 3 371 72 143 0 115 2 205 142 61
Binary 11 11111001 111010 1100011 0 1001101 10 10000101 1100010 110001

Color Harmonies of #03F93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F93A

Black with #03F93A

Text Example


Text Example

White with #03F93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,249,58); }

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

background-color css

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

 a { background-color: rgb(3,249,58); }

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

border-color css

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

 span { border-color: rgb(3,249,58); }

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