Html Css Color HEX #04CC25 Dark Pastel Green

📋 copy color: '#04CC25'

red 4 ◦ green 204 ◦ blue 37

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

Shades of Dark Pastel Green #04CC25

Tints of Dark Pastel Green #04CC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 1.63%
G = 83.27%
B = 15.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#04CC25 (or 0x04CC25) is known color: Dark Pastel Green. HEX triplet: 04, CC and 25. RGB value is (4,204,37). Sum of RGB (Red+Green+Blue) = 4+204+37=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC25 is #FB33DA. Grayscale: #7D7D7D. Windows color (decimal): -16462811 or 2477060. OLE color: 2477060.

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

Color convert

RGB 4 204 37 -
CMYK 0.98 0 0.82 0.2
HSL 129.9º 0.96% 0.41% -
HSV(B) 129.9º 0.98% 0.8% -
XYZ 21.98 43.35 8.96 -
YUV 125.16 78.24 41.58 -
System Red Green Blue C M Y K H S L
Decimal 4 204 37 0.98 0 0.82 0.2 129.9 0.96 0.41
Hex 4 CC 25 62 0 52 14 82 60 29
Octal 4 314 45 142 0 122 24 202 140 51
Binary 100 11001100 100101 1100010 0 1010010 10100 10000010 1100000 101001

Color Harmonies of #04CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC25

Black with #04CC25

Text Example


Text Example

White with #04CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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