Html Css Color HEX #04CC29 Dark Pastel Green

📋 copy color: '#04CC29'

red 4 ◦ green 204 ◦ blue 41

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

Shades of Dark Pastel Green #04CC29

Tints of Dark Pastel Green #04CC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 81.93%

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 1.61%
G = 81.93%
B = 16.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#04CC29 (or 0x04CC29) is known color: Dark Pastel Green. HEX triplet: 04, CC and 29. RGB value is (4,204,41). Sum of RGB (Red+Green+Blue) = 4+204+41=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC29 is #FB33D6. Grayscale: #7E7E7E. Windows color (decimal): -16462807 or 2739204. OLE color: 2739204.

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

Color convert

RGB 4 204 41 -
CMYK 0.98 0 0.80 0.2
HSL 131.1º 0.96% 0.41% -
HSV(B) 131.1º 0.98% 0.8% -
XYZ 22.04 43.37 9.31 -
YUV 125.62 80.24 41.25 -
System Red Green Blue C M Y K H S L
Decimal 4 204 41 0.98 0 0.80 0.2 131.1 0.96 0.41
Hex 4 CC 29 62 0 50 14 83 60 29
Octal 4 314 51 142 0 120 24 203 140 51
Binary 100 11001100 101001 1100010 0 1010000 10100 10000011 1100000 101001

Color Harmonies of #04CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC29

Black with #04CC29

Text Example


Text Example

White with #04CC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,41); }

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

background-color css

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

 a { background-color: rgb(4,204,41); }

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

border-color css

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

 span { border-color: rgb(4,204,41); }

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