Html Css Color HEX #04CC2D Dark Pastel Green

📋 copy color: '#04CC2D'

red 4 ◦ green 204 ◦ blue 45

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

Shades of Dark Pastel Green #04CC2D

Tints of Dark Pastel Green #04CC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 1.58%
G = 80.63%
B = 17.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#04CC2D (or 0x04CC2D) is known color: Dark Pastel Green. HEX triplet: 04, CC and 2D. RGB value is (4,204,45). Sum of RGB (Red+Green+Blue) = 4+204+45=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC2D is #FB33D2. Grayscale: #7E7E7E. Windows color (decimal): -16462803 or 3001348. OLE color: 3001348.

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

Color convert

RGB 4 204 45 -
CMYK 0.98 0 0.78 0.2
HSL 132.3º 0.96% 0.41% -
HSV(B) 132.3º 0.98% 0.8% -
XYZ 22.12 43.4 9.69 -
YUV 126.07 82.24 40.93 -
System Red Green Blue C M Y K H S L
Decimal 4 204 45 0.98 0 0.78 0.2 132.3 0.96 0.41
Hex 4 CC 2D 62 0 4E 14 84 60 29
Octal 4 314 55 142 0 116 24 204 140 51
Binary 100 11001100 101101 1100010 0 1001110 10100 10000100 1100000 101001

Color Harmonies of #04CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC2D

Black with #04CC2D

Text Example


Text Example

White with #04CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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