Html Css Color HEX #03CC2C Dark Pastel Green

📋 copy color: '#03CC2C'

red 3 ◦ green 204 ◦ blue 44

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

Shades of Dark Pastel Green #03CC2C

Tints of Dark Pastel Green #03CC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 1.2%
G = 81.27%
B = 17.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#03CC2C (or 0x03CC2C) is known color: Dark Pastel Green. HEX triplet: 03, CC and 2C. RGB value is (3,204,44). Sum of RGB (Red+Green+Blue) = 3+204+44=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC2C is #FC33D3. Grayscale: #7E7E7E. Windows color (decimal): -16528340 or 2935811. OLE color: 2935811.

HSL color Cylindrical-coordinate representation of color #03CC2C: hue angle of 132.24º 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 #03CC2C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 44 -
CMYK 0.99 0 0.78 0.2
HSL 132.24º 0.97% 0.41% -
HSV(B) 132.24º 0.99% 0.8% -
XYZ 22.09 43.39 9.59 -
YUV 125.66 81.91 40.51 -
System Red Green Blue C M Y K H S L
Decimal 3 204 44 0.99 0 0.78 0.2 132.24 0.97 0.41
Hex 3 CC 2C 63 0 4E 14 84 61 29
Octal 3 314 54 143 0 116 24 204 141 51
Binary 11 11001100 101100 1100011 0 1001110 10100 10000100 1100001 101001

Color Harmonies of #03CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC2C

Black with #03CC2C

Text Example


Text Example

White with #03CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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