Html Css Color HEX #03BC33 Dark Pastel Green

📋 copy color: '#03BC33'

red 3 ◦ green 188 ◦ blue 51

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

Shades of Dark Pastel Green #03BC33

Tints of Dark Pastel Green #03BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.07%

R = 1.24%
G = 77.69%
B = 21.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#03BC33 (or 0x03BC33) is known color: Dark Pastel Green. HEX triplet: 03, BC and 33. RGB value is (3,188,51). Sum of RGB (Red+Green+Blue) = 3+188+51=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC33 is #FC43CC. Grayscale: #757575. Windows color (decimal): -16532429 or 3390467. OLE color: 3390467.

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

Color convert

RGB 3 188 51 -
CMYK 0.98 0 0.73 0.26
HSL 135.57º 0.97% 0.37% -
HSV(B) 135.57º 0.98% 0.74% -
XYZ 18.62 36.22 9.14 -
YUV 117.07 90.71 46.64 -
System Red Green Blue C M Y K H S L
Decimal 3 188 51 0.98 0 0.73 0.26 135.57 0.97 0.37
Hex 3 BC 33 62 0 49 1A 88 61 25
Octal 3 274 63 142 0 111 32 210 141 45
Binary 11 10111100 110011 1100010 0 1001001 11010 10001000 1100001 100101

Color Harmonies of #03BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC33

Black with #03BC33

Text Example


Text Example

White with #03BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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