Html Css Color HEX #04DA2E Dark Pastel Green

📋 copy color: '#04DA2E'

red 4 ◦ green 218 ◦ blue 46

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

Shades of Dark Pastel Green #04DA2E

Tints of Dark Pastel Green #04DA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 1.49%
G = 81.34%
B = 17.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#04DA2E (or 0x04DA2E) is known color: Dark Pastel Green. HEX triplet: 04, DA and 2E. RGB value is (4,218,46). Sum of RGB (Red+Green+Blue) = 4+218+46=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #04DA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DA2E is #FB25D1. Grayscale: #868686. Windows color (decimal): -16459218 or 3070468. OLE color: 3070468.

HSL color Cylindrical-coordinate representation of color #04DA2E: hue angle of 131.78º 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 #04DA2E is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 218 46 -
CMYK 0.98 0 0.79 0.15
HSL 131.78º 0.96% 0.44% -
HSV(B) 131.78º 0.98% 0.85% -
XYZ 25.61 50.37 10.96 -
YUV 134.41 78.1 34.99 -
System Red Green Blue C M Y K H S L
Decimal 4 218 46 0.98 0 0.79 0.15 131.78 0.96 0.44
Hex 4 DA 2E 62 0 4F F 84 60 2C
Octal 4 332 56 142 0 117 17 204 140 54
Binary 100 11011010 101110 1100010 0 1001111 1111 10000100 1100000 101100

Color Harmonies of #04DA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DA2E

Black with #04DA2E

Text Example


Text Example

White with #04DA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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