Html Css Color HEX #03BC3C Dark Pastel Green

📋 copy color: '#03BC3C'

red 3 ◦ green 188 ◦ blue 60

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

Shades of Dark Pastel Green #03BC3C

Tints of Dark Pastel Green #03BC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 1.2%
G = 74.9%
B = 23.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#03BC3C (or 0x03BC3C) is known color: Dark Pastel Green. HEX triplet: 03, BC and 3C. RGB value is (3,188,60). Sum of RGB (Red+Green+Blue) = 3+188+60=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC3C is #FC43C3. Grayscale: #767676. Windows color (decimal): -16532420 or 3980291. OLE color: 3980291.

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

Color convert

RGB 3 188 60 -
CMYK 0.98 0 0.68 0.26
HSL 138.49º 0.97% 0.37% -
HSV(B) 138.49º 0.98% 0.74% -
XYZ 18.84 36.31 10.29 -
YUV 118.09 95.21 45.91 -
System Red Green Blue C M Y K H S L
Decimal 3 188 60 0.98 0 0.68 0.26 138.49 0.97 0.37
Hex 3 BC 3C 62 0 44 1A 8A 61 25
Octal 3 274 74 142 0 104 32 212 141 45
Binary 11 10111100 111100 1100010 0 1000100 11010 10001010 1100001 100101

Color Harmonies of #03BC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC3C

Black with #03BC3C

Text Example


Text Example

White with #03BC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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