Html Css Color HEX #04E02C Dark Pastel Green

📋 copy color: '#04E02C'

red 4 ◦ green 224 ◦ blue 44

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

Shades of Dark Pastel Green #04E02C

Tints of Dark Pastel Green #04E02C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 82.35%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 1.47%
G = 82.35%
B = 16.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#04E02C (or 0x04E02C) is known color: Dark Pastel Green. HEX triplet: 04, E0 and 2C. RGB value is (4,224,44). Sum of RGB (Red+Green+Blue) = 4+224+44=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #04E02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E02C is #FB1FD3. Grayscale: #8A8A8A. Windows color (decimal): -16457684 or 2940932. OLE color: 2940932.

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

Color convert

RGB 4 224 44 -
CMYK 0.98 0 0.80 0.12
HSL 130.91º 0.96% 0.45% -
HSV(B) 130.91º 0.98% 0.88% -
XYZ 27.16 53.52 11.28 -
YUV 137.7 75.11 32.64 -
System Red Green Blue C M Y K H S L
Decimal 4 224 44 0.98 0 0.80 0.12 130.91 0.96 0.45
Hex 4 E0 2C 62 0 50 C 83 60 2D
Octal 4 340 54 142 0 120 14 203 140 55
Binary 100 11100000 101100 1100010 0 1010000 1100 10000011 1100000 101101

Color Harmonies of #04E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E02C

Black with #04E02C

Text Example


Text Example

White with #04E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,224,44); }

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

background-color css

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

 a { background-color: rgb(4,224,44); }

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

border-color css

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

 span { border-color: rgb(4,224,44); }

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