Html Css Color HEX #3CFC80 Emerald

📋 copy color: '#3CFC80'

red 60 ◦ green 252 ◦ blue 128

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

Shades of Emerald #3CFC80

Tints of Emerald #3CFC80

RGB

 RED value IS 60 (23.83% from 255) = 13.64%

 GREEN value IS 252 (98.83% from 255) = 57.27%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 13.64%
G = 57.27%
B = 29.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#3CFC80 (or 0x3CFC80) is known color: Emerald. HEX triplet: 3C, FC and 80. RGB value is (60,252,128). Sum of RGB (Red+Green+Blue) = 60+252+128=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC80 is #C3037F. Grayscale: #B4B4B4. Windows color (decimal): -12780416 or 8453180. OLE color: 8453180.

HSL color Cylindrical-coordinate representation of color #3CFC80: hue angle of 141.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC80 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 128 -
CMYK 0.76 0 0.49 0.01
HSL 141.25º 0.97% 0.61% -
HSV(B) 141.25º 0.76% 0.99% -
XYZ 40.57 72.14 32.21 -
YUV 180.46 98.39 42.08 -
System Red Green Blue C M Y K H S L
Decimal 60 252 128 0.76 0 0.49 0.01 141.25 0.97 0.61
Hex 3C FC 80 4C 0 31 1 8D 61 3D
Octal 74 374 200 114 0 61 1 215 141 75
Binary 111100 11111100 10000000 1001100 0 110001 1 10001101 1100001 111101

Color Harmonies of #3CFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC80

Black with #3CFC80

Text Example


Text Example

White with #3CFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CFC80; }

 p { color: rgb(60,252,128); }

 H1.HeaderClassName
 {
   color: #3CFC80;
 }
 .AnyTagClassName
 {
   color: #3CFC80;
 }
</style>

background-color css

<style>
 a { background-color: #3CFC80; }

 a { background-color: rgb(60,252,128); }

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

border-color css

<style>
 span { border-color: #3CFC80; }

 span { border-color: rgb(60,252,128); }

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