Html Css Color HEX #04DD30 Dark Pastel Green

📋 copy color: '#04DD30'

red 4 ◦ green 221 ◦ blue 48

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

Shades of Dark Pastel Green #04DD30

Tints of Dark Pastel Green #04DD30

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

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

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

R = 1.47%
G = 80.95%
B = 17.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#04DD30 (or 0x04DD30) is known color: Dark Pastel Green. HEX triplet: 04, DD and 30. RGB value is (4,221,48). Sum of RGB (Red+Green+Blue) = 4+221+48=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD30 is #FB22CF. Grayscale: #888888. Windows color (decimal): -16458448 or 3202308. OLE color: 3202308.

HSL color Cylindrical-coordinate representation of color #04DD30: hue angle of 132.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD30 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 221 48 -
CMYK 0.98 0 0.78 0.13
HSL 132.17º 0.96% 0.44% -
HSV(B) 132.17º 0.98% 0.87% -
XYZ 26.44 51.95 11.43 -
YUV 136.4 78.11 33.57 -
System Red Green Blue C M Y K H S L
Decimal 4 221 48 0.98 0 0.78 0.13 132.17 0.96 0.44
Hex 4 DD 30 62 0 4E D 84 60 2C
Octal 4 335 60 142 0 116 15 204 140 54
Binary 100 11011101 110000 1100010 0 1001110 1101 10000100 1100000 101100

Color Harmonies of #04DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DD30

Black with #04DD30

Text Example


Text Example

White with #04DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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