Html Css Color HEX #03BC3F Dark Pastel Green

📋 copy color: '#03BC3F'

red 3 ◦ green 188 ◦ blue 63

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

Shades of Dark Pastel Green #03BC3F

Tints of Dark Pastel Green #03BC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.8%

R = 1.18%
G = 74.02%
B = 24.8%

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

#03BC3F (or 0x03BC3F) is known color: Dark Pastel Green. HEX triplet: 03, BC and 3F. RGB value is (3,188,63). Sum of RGB (Red+Green+Blue) = 3+188+63=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 188 (73.83% from 255 or 74.02% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC3F is #FC43C0. Grayscale: #767676. Windows color (decimal): -16532417 or 4176899. OLE color: 4176899.

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

Color convert

RGB 3 188 63 -
CMYK 0.98 0 0.66 0.26
HSL 139.46º 0.97% 0.37% -
HSV(B) 139.46º 0.98% 0.74% -
XYZ 18.92 36.34 10.72 -
YUV 118.44 96.71 45.66 -
System Red Green Blue C M Y K H S L
Decimal 3 188 63 0.98 0 0.66 0.26 139.46 0.97 0.37
Hex 3 BC 3F 62 0 42 1A 8B 61 25
Octal 3 274 77 142 0 102 32 213 141 45
Binary 11 10111100 111111 1100010 0 1000010 11010 10001011 1100001 100101

Color Harmonies of #03BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC3F

Black with #03BC3F

Text Example


Text Example

White with #03BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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