Html Css Color HEX #03CA00 Islamic Green

📋 copy color: '#03CA00'

red 3 ◦ green 202 ◦ blue 0

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

Shades of Islamic Green #03CA00

Tints of Islamic Green #03CA00

RGB

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

 GREEN value IS 202 (79.3% from 255) = 98.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.46%
G = 98.54%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#03CA00 (or 0x03CA00) is known color: Islamic Green. HEX triplet: 03, CA and 00. RGB value is (3,202,0). Sum of RGB (Red+Green+Blue) = 3+202+0=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 202 (79.30% from 255 or 98.54% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 202 - color contains mainly: green. Hex color #03CA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CA00 is #FC35FF. Grayscale: #787878. Windows color (decimal): -16528896 or 51715. OLE color: 51715.

HSL color Cylindrical-coordinate representation of color #03CA00: hue angle of 119.11º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03CA00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 202 0 -
CMYK 0.99 0 1 0.21
HSL 119.11º 1% 0.4% -
HSV(B) 119.11º 1% 0.79% -
XYZ 21.16 42.26 7.04 -
YUV 119.47 60.57 44.93 -
System Red Green Blue C M Y K H S L
Decimal 3 202 0 0.99 0 1 0.21 119.11 1 0.4
Hex 3 CA 0 63 0 64 15 77 64 28
Octal 3 312 0 143 0 144 25 167 144 50
Binary 11 11001010 0 1100011 0 1100100 10101 1110111 1100100 101000

Color Harmonies of #03CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CA00

Black with #03CA00

Text Example


Text Example

White with #03CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,202,0); }

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

background-color css

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

 a { background-color: rgb(3,202,0); }

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

border-color css

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

 span { border-color: rgb(3,202,0); }

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