Html Css Color HEX #03BC55 Pigment Green

📋 copy color: '#03BC55'

red 3 ◦ green 188 ◦ blue 85

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

Shades of Pigment Green #03BC55

Tints of Pigment Green #03BC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 1.09%
G = 68.12%
B = 30.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#03BC55 (or 0x03BC55) is known color: Pigment Green. HEX triplet: 03, BC and 55. RGB value is (3,188,85). Sum of RGB (Red+Green+Blue) = 3+188+85=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC55 is #FC43AA. Grayscale: #797979. Windows color (decimal): -16532395 or 5618691. OLE color: 5618691.

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

Color convert

RGB 3 188 85 -
CMYK 0.98 0 0.55 0.26
HSL 146.59º 0.97% 0.37% -
HSV(B) 146.59º 0.98% 0.74% -
XYZ 19.66 36.64 14.63 -
YUV 120.94 107.71 43.88 -
System Red Green Blue C M Y K H S L
Decimal 3 188 85 0.98 0 0.55 0.26 146.59 0.97 0.37
Hex 3 BC 55 62 0 37 1A 93 61 25
Octal 3 274 125 142 0 67 32 223 141 45
Binary 11 10111100 1010101 1100010 0 110111 11010 10010011 1100001 100101

Color Harmonies of #03BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC55

Black with #03BC55

Text Example


Text Example

White with #03BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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