Html Css Color HEX #04DA30 Dark Pastel Green

📋 copy color: '#04DA30'

red 4 ◦ green 218 ◦ blue 48

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

Shades of Dark Pastel Green #04DA30

Tints of Dark Pastel Green #04DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.74%

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

R = 1.48%
G = 80.74%
B = 17.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#04DA30 (or 0x04DA30) is known color: Dark Pastel Green. HEX triplet: 04, DA and 30. RGB value is (4,218,48). Sum of RGB (Red+Green+Blue) = 4+218+48=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #04DA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DA30 is #FB25CF. Grayscale: #878787. Windows color (decimal): -16459216 or 3201540. OLE color: 3201540.

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

Color convert

RGB 4 218 48 -
CMYK 0.98 0 0.78 0.15
HSL 132.34º 0.96% 0.44% -
HSV(B) 132.34º 0.98% 0.85% -
XYZ 25.65 50.38 11.17 -
YUV 134.63 79.1 34.82 -
System Red Green Blue C M Y K H S L
Decimal 4 218 48 0.98 0 0.78 0.15 132.34 0.96 0.44
Hex 4 DA 30 62 0 4E F 84 60 2C
Octal 4 332 60 142 0 116 17 204 140 54
Binary 100 11011010 110000 1100010 0 1001110 1111 10000100 1100000 101100

Color Harmonies of #04DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DA30

Black with #04DA30

Text Example


Text Example

White with #04DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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