Html Css Color HEX #04CE2F Dark Pastel Green

📋 copy color: '#04CE2F'

red 4 ◦ green 206 ◦ blue 47

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

Shades of Dark Pastel Green #04CE2F

Tints of Dark Pastel Green #04CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 80.16%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 1.56%
G = 80.16%
B = 18.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#04CE2F (or 0x04CE2F) is known color: Dark Pastel Green. HEX triplet: 04, CE and 2F. RGB value is (4,206,47). Sum of RGB (Red+Green+Blue) = 4+206+47=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CE2F is #FB31D0. Grayscale: #7F7F7F. Windows color (decimal): -16462289 or 3132932. OLE color: 3132932.

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

Color convert

RGB 4 206 47 -
CMYK 0.98 0 0.77 0.19
HSL 132.77º 0.96% 0.41% -
HSV(B) 132.77º 0.98% 0.81% -
XYZ 22.63 44.37 10.06 -
YUV 127.48 82.58 39.93 -
System Red Green Blue C M Y K H S L
Decimal 4 206 47 0.98 0 0.77 0.19 132.77 0.96 0.41
Hex 4 CE 2F 62 0 4D 13 85 60 29
Octal 4 316 57 142 0 115 23 205 140 51
Binary 100 11001110 101111 1100010 0 1001101 10011 10000101 1100000 101001

Color Harmonies of #04CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CE2F

Black with #04CE2F

Text Example


Text Example

White with #04CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,206,47); }

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

background-color css

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

 a { background-color: rgb(4,206,47); }

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

border-color css

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

 span { border-color: rgb(4,206,47); }

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