Html Css Color HEX #03BC04 Islamic Green

📋 copy color: '#03BC04'

red 3 ◦ green 188 ◦ blue 4

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

Shades of Islamic Green #03BC04

Tints of Islamic Green #03BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 96.41%

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 1.54%
G = 96.41%
B = 2.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#03BC04 (or 0x03BC04) is known color: Islamic Green. HEX triplet: 03, BC and 04. RGB value is (3,188,4). Sum of RGB (Red+Green+Blue) = 3+188+4=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 188 (73.83% from 255 or 96.41% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BC04 is #FC43FB. Grayscale: #707070. Windows color (decimal): -16532476 or 310275. OLE color: 310275.

HSL color Cylindrical-coordinate representation of color #03BC04: hue angle of 120.32º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC04 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 4 -
CMYK 0.98 0 0.98 0.26
HSL 120.32º 0.97% 0.37% -
HSV(B) 120.32º 0.98% 0.74% -
XYZ 18.04 35.99 6.11 -
YUV 111.71 67.21 50.46 -
System Red Green Blue C M Y K H S L
Decimal 3 188 4 0.98 0 0.98 0.26 120.32 0.97 0.37
Hex 3 BC 4 62 0 62 1A 78 61 25
Octal 3 274 4 142 0 142 32 170 141 45
Binary 11 10111100 100 1100010 0 1100010 11010 1111000 1100001 100101

Color Harmonies of #03BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC04

Black with #03BC04

Text Example


Text Example

White with #03BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,4); }

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

background-color css

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

 a { background-color: rgb(3,188,4); }

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

border-color css

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

 span { border-color: rgb(3,188,4); }

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