Html Css Color HEX #03CC3F Dark Pastel Green

📋 copy color: '#03CC3F'

red 3 ◦ green 204 ◦ blue 63

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

Shades of Dark Pastel Green #03CC3F

Tints of Dark Pastel Green #03CC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.56%

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

R = 1.11%
G = 75.56%
B = 23.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#03CC3F (or 0x03CC3F) is known color: Dark Pastel Green. HEX triplet: 03, CC and 3F. RGB value is (3,204,63). Sum of RGB (Red+Green+Blue) = 3+204+63=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC3F is #FC33C0. Grayscale: #808080. Windows color (decimal): -16528321 or 4180995. OLE color: 4180995.

HSL color Cylindrical-coordinate representation of color #03CC3F: hue angle of 137.91º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC3F is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 63 -
CMYK 0.99 0 0.69 0.2
HSL 137.91º 0.97% 0.41% -
HSV(B) 137.91º 0.99% 0.8% -
XYZ 22.53 43.56 11.92 -
YUV 127.83 91.41 38.96 -
System Red Green Blue C M Y K H S L
Decimal 3 204 63 0.99 0 0.69 0.2 137.91 0.97 0.41
Hex 3 CC 3F 63 0 45 14 8A 61 29
Octal 3 314 77 143 0 105 24 212 141 51
Binary 11 11001100 111111 1100011 0 1000101 10100 10001010 1100001 101001

Color Harmonies of #03CC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC3F

Black with #03CC3F

Text Example


Text Example

White with #03CC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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