Html Css Color HEX #04CF1C Dark Pastel Green

📋 copy color: '#04CF1C'

red 4 ◦ green 207 ◦ blue 28

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

Shades of Dark Pastel Green #04CF1C

Tints of Dark Pastel Green #04CF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 86.61%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 1.67%
G = 86.61%
B = 11.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#04CF1C (or 0x04CF1C) is known color: Dark Pastel Green. HEX triplet: 04, CF and 1C. RGB value is (4,207,28). Sum of RGB (Red+Green+Blue) = 4+207+28=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 207 (81.25% from 255 or 86.61% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF1C is #FB30E3. Grayscale: #7E7E7E. Windows color (decimal): -16462052 or 1888004. OLE color: 1888004.

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

Color convert

RGB 4 207 28 -
CMYK 0.98 0 0.86 0.19
HSL 127.09º 0.96% 0.41% -
HSV(B) 127.09º 0.98% 0.81% -
XYZ 22.57 44.74 8.54 -
YUV 125.9 72.75 41.05 -
System Red Green Blue C M Y K H S L
Decimal 4 207 28 0.98 0 0.86 0.19 127.09 0.96 0.41
Hex 4 CF 1C 62 0 56 13 7F 60 29
Octal 4 317 34 142 0 126 23 177 140 51
Binary 100 11001111 11100 1100010 0 1010110 10011 1111111 1100000 101001

Color Harmonies of #04CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF1C

Black with #04CF1C

Text Example


Text Example

White with #04CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,207,28); }

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

background-color css

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

 a { background-color: rgb(4,207,28); }

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

border-color css

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

 span { border-color: rgb(4,207,28); }

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