#04e02e

Color #04E02E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04E02E

Tints of Dark Pastel Green #04E02E

Color information

#04E02E (or 0x04E02E) is unknown color: approx Dark Pastel Green. HEX triplet: 04, E0 and 2E. RGB value is (4,224,46). Sum of RGB (Red+Green+Blue) = 4+224+46=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 224 (87.89% from 255 or 81.75% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 224 - color contains mainly: green. Hex color #04E02E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E02E is #FB1FD1. Grayscale: #8A8A8A. Windows color (decimal): -16457682 or 3072004. OLE color: 3072004.

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

Color convert

RGB422446-
CMYK0.9800.790.12
HSL131.45º96.49%44.71%-
HSV(B)131.45º98.21%87.84%-
XYZ27.253.5311.48-
YUV137.9376.1132.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.46%
GREEN value IS 224 (87.89% from 255) = 81.75%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=1.46%
G=81.75%
B=16.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4224460.9800.790.12131.4596.4944.71
Hex4E02E6204FC83602d
Octal43405614201171420314055
Binary100111000001011101100010010011111100100000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04e02e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04e02e;
 }
 .AnyTagClassName
 {
   color: #04e02e;
 }
</style>
background-color css

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

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

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

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

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

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