Html Css Color HEX #03CC42 Dark Pastel Green

📋 copy color: '#03CC42'

red 3 ◦ green 204 ◦ blue 66

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

Shades of Dark Pastel Green #03CC42

Tints of Dark Pastel Green #03CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 1.1%
G = 74.73%
B = 24.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#03CC42 (or 0x03CC42) is known color: Dark Pastel Green. HEX triplet: 03, CC and 42. RGB value is (3,204,66). Sum of RGB (Red+Green+Blue) = 3+204+66=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC42 is #FC33BD. Grayscale: #808080. Windows color (decimal): -16528318 or 4377603. OLE color: 4377603.

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

Color convert

RGB 3 204 66 -
CMYK 0.99 0 0.68 0.2
HSL 138.81º 0.97% 0.41% -
HSV(B) 138.81º 0.99% 0.8% -
XYZ 22.61 43.6 12.38 -
YUV 128.17 92.91 38.72 -
System Red Green Blue C M Y K H S L
Decimal 3 204 66 0.99 0 0.68 0.2 138.81 0.97 0.41
Hex 3 CC 42 63 0 44 14 8B 61 29
Octal 3 314 102 143 0 104 24 213 141 51
Binary 11 11001100 1000010 1100011 0 1000100 10100 10001011 1100001 101001

Color Harmonies of #03CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC42

Black with #03CC42

Text Example


Text Example

White with #03CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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