Html Css Color HEX #03DD34 Dark Pastel Green

📋 copy color: '#03DD34'

red 3 ◦ green 221 ◦ blue 52

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

Shades of Dark Pastel Green #03DD34

Tints of Dark Pastel Green #03DD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.07%

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 1.09%
G = 80.07%
B = 18.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#03DD34 (or 0x03DD34) is known color: Dark Pastel Green. HEX triplet: 03, DD and 34. RGB value is (3,221,52). Sum of RGB (Red+Green+Blue) = 3+221+52=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD34 is #FC22CB. Grayscale: #898989. Windows color (decimal): -16523980 or 3464451. OLE color: 3464451.

HSL color Cylindrical-coordinate representation of color #03DD34: hue angle of 133.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD34 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 221 52 -
CMYK 0.99 0 0.76 0.13
HSL 133.49º 0.97% 0.44% -
HSV(B) 133.49º 0.99% 0.87% -
XYZ 26.51 51.98 11.88 -
YUV 136.55 80.28 32.74 -
System Red Green Blue C M Y K H S L
Decimal 3 221 52 0.99 0 0.76 0.13 133.49 0.97 0.44
Hex 3 DD 34 63 0 4C D 85 61 2C
Octal 3 335 64 143 0 114 15 205 141 54
Binary 11 11011101 110100 1100011 0 1001100 1101 10000101 1100001 101100

Color Harmonies of #03DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD34

Black with #03DD34

Text Example


Text Example

White with #03DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,221,52); }

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

background-color css

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

 a { background-color: rgb(3,221,52); }

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

border-color css

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

 span { border-color: rgb(3,221,52); }

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