Html Css Color HEX #04DF30 Dark Pastel Green

📋 copy color: '#04DF30'

red 4 ◦ green 223 ◦ blue 48

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

Shades of Dark Pastel Green #04DF30

Tints of Dark Pastel Green #04DF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 81.09%

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

R = 1.45%
G = 81.09%
B = 17.45%

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

#04DF30 (or 0x04DF30) is known color: Dark Pastel Green. HEX triplet: 04, DF and 30. RGB value is (4,223,48). Sum of RGB (Red+Green+Blue) = 4+223+48=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #04DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DF30 is #FB20CF. Grayscale: #8A8A8A. Windows color (decimal): -16457936 or 3202820. OLE color: 3202820.

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

Color convert

RGB 4 223 48 -
CMYK 0.98 0 0.78 0.13
HSL 132.05º 0.96% 0.45% -
HSV(B) 132.05º 0.98% 0.87% -
XYZ 26.97 53.01 11.61 -
YUV 137.57 77.45 32.73 -
System Red Green Blue C M Y K H S L
Decimal 4 223 48 0.98 0 0.78 0.13 132.05 0.96 0.45
Hex 4 DF 30 62 0 4E D 84 60 2D
Octal 4 337 60 142 0 116 15 204 140 55
Binary 100 11011111 110000 1100010 0 1001110 1101 10000100 1100000 101101

Color Harmonies of #04DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DF30

Black with #04DF30

Text Example


Text Example

White with #04DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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