Html Css Color HEX #03DD30 Dark Pastel Green

📋 copy color: '#03DD30'

red 3 ◦ green 221 ◦ blue 48

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

Shades of Dark Pastel Green #03DD30

Tints of Dark Pastel Green #03DD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 1.1%
G = 81.25%
B = 17.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#03DD30 (or 0x03DD30) is known color: Dark Pastel Green. HEX triplet: 03, DD and 30. RGB value is (3,221,48). Sum of RGB (Red+Green+Blue) = 3+221+48=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD30 is #FC22CF. Grayscale: #888888. Windows color (decimal): -16523984 or 3202307. OLE color: 3202307.

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

Color convert

RGB 3 221 48 -
CMYK 0.99 0 0.78 0.13
HSL 132.39º 0.97% 0.44% -
HSV(B) 132.39º 0.99% 0.87% -
XYZ 26.43 51.95 11.43 -
YUV 136.1 78.28 33.07 -
System Red Green Blue C M Y K H S L
Decimal 3 221 48 0.99 0 0.78 0.13 132.39 0.97 0.44
Hex 3 DD 30 63 0 4E D 84 61 2C
Octal 3 335 60 143 0 116 15 204 141 54
Binary 11 11011101 110000 1100011 0 1001110 1101 10000100 1100001 101100

Color Harmonies of #03DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD30

Black with #03DD30

Text Example


Text Example

White with #03DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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