Html Css Color HEX #04CC3A Dark Pastel Green

📋 copy color: '#04CC3A'

red 4 ◦ green 204 ◦ blue 58

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

Shades of Dark Pastel Green #04CC3A

Tints of Dark Pastel Green #04CC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 1.5%
G = 76.69%
B = 21.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#04CC3A (or 0x04CC3A) is known color: Dark Pastel Green. HEX triplet: 04, CC and 3A. RGB value is (4,204,58). Sum of RGB (Red+Green+Blue) = 4+204+58=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC3A is #FB33C5. Grayscale: #7F7F7F. Windows color (decimal): -16462790 or 3853316. OLE color: 3853316.

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

Color convert

RGB 4 204 58 -
CMYK 0.98 0 0.72 0.2
HSL 136.2º 0.96% 0.41% -
HSV(B) 136.2º 0.98% 0.8% -
XYZ 22.41 43.52 11.22 -
YUV 127.56 88.74 39.87 -
System Red Green Blue C M Y K H S L
Decimal 4 204 58 0.98 0 0.72 0.2 136.2 0.96 0.41
Hex 4 CC 3A 62 0 48 14 88 60 29
Octal 4 314 72 142 0 110 24 210 140 51
Binary 100 11001100 111010 1100010 0 1001000 10100 10001000 1100000 101001

Color Harmonies of #04CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC3A

Black with #04CC3A

Text Example


Text Example

White with #04CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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