Html Css Color HEX #03CC40 Dark Pastel Green

📋 copy color: '#03CC40'

red 3 ◦ green 204 ◦ blue 64

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

Shades of Dark Pastel Green #03CC40

Tints of Dark Pastel Green #03CC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 1.11%
G = 75.28%
B = 23.62%

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

#03CC40 (or 0x03CC40) is known color: Dark Pastel Green. HEX triplet: 03, CC and 40. RGB value is (3,204,64). Sum of RGB (Red+Green+Blue) = 3+204+64=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC40 is #FC33BF. Grayscale: #808080. Windows color (decimal): -16528320 or 4246531. OLE color: 4246531.

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

Color convert

RGB 3 204 64 -
CMYK 0.99 0 0.69 0.2
HSL 138.21º 0.97% 0.41% -
HSV(B) 138.21º 0.99% 0.8% -
XYZ 22.56 43.58 12.07 -
YUV 127.94 91.91 38.88 -
System Red Green Blue C M Y K H S L
Decimal 3 204 64 0.99 0 0.69 0.2 138.21 0.97 0.41
Hex 3 CC 40 63 0 45 14 8A 61 29
Octal 3 314 100 143 0 105 24 212 141 51
Binary 11 11001100 1000000 1100011 0 1000101 10100 10001010 1100001 101001

Color Harmonies of #03CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC40

Black with #03CC40

Text Example


Text Example

White with #03CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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