Html Css Color HEX #03BC40 Dark Pastel Green

📋 copy color: '#03BC40'

red 3 ◦ green 188 ◦ blue 64

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

Shades of Dark Pastel Green #03BC40

Tints of Dark Pastel Green #03BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 1.18%
G = 73.73%
B = 25.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#03BC40 (or 0x03BC40) is known color: Dark Pastel Green. HEX triplet: 03, BC and 40. RGB value is (3,188,64). Sum of RGB (Red+Green+Blue) = 3+188+64=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC40 is #FC43BF. Grayscale: #767676. Windows color (decimal): -16532416 or 4242435. OLE color: 4242435.

HSL color Cylindrical-coordinate representation of color #03BC40: hue angle of 139.78º 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 #03BC40 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 64 -
CMYK 0.98 0 0.66 0.26
HSL 139.78º 0.97% 0.37% -
HSV(B) 139.78º 0.98% 0.74% -
XYZ 18.95 36.36 10.87 -
YUV 118.55 97.21 45.58 -
System Red Green Blue C M Y K H S L
Decimal 3 188 64 0.98 0 0.66 0.26 139.78 0.97 0.37
Hex 3 BC 40 62 0 42 1A 8C 61 25
Octal 3 274 100 142 0 102 32 214 141 45
Binary 11 10111100 1000000 1100010 0 1000010 11010 10001100 1100001 100101

Color Harmonies of #03BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC40

Black with #03BC40

Text Example


Text Example

White with #03BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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