Html Css Color HEX #03C80E Islamic Green

📋 copy color: '#03C80E'

red 3 ◦ green 200 ◦ blue 14

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

Shades of Islamic Green #03C80E

Tints of Islamic Green #03C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 92.17%

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 1.38%
G = 92.17%
B = 6.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#03C80E (or 0x03C80E) is known color: Islamic Green. HEX triplet: 03, C8 and 0E. RGB value is (3,200,14). Sum of RGB (Red+Green+Blue) = 3+200+14=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 200 (78.52% from 255 or 92.17% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 200 - color contains mainly: green. Hex color #03C80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C80E is #FC37F1. Grayscale: #787878. Windows color (decimal): -16529394 or 968707. OLE color: 968707.

HSL color Cylindrical-coordinate representation of color #03C80E: hue angle of 123.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C80E is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 200 14 -
CMYK 0.98 0 0.93 0.22
HSL 123.35º 0.97% 0.4% -
HSV(B) 123.35º 0.99% 0.78% -
XYZ 20.77 41.36 7.3 -
YUV 119.89 68.23 44.62 -
System Red Green Blue C M Y K H S L
Decimal 3 200 14 0.98 0 0.93 0.22 123.35 0.97 0.4
Hex 3 C8 E 62 0 5D 16 7B 61 28
Octal 3 310 16 142 0 135 26 173 141 50
Binary 11 11001000 1110 1100010 0 1011101 10110 1111011 1100001 101000

Color Harmonies of #03C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C80E

Black with #03C80E

Text Example


Text Example

White with #03C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,200,14); }

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

background-color css

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

 a { background-color: rgb(3,200,14); }

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

border-color css

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

 span { border-color: rgb(3,200,14); }

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