Html Css Color HEX #3CF474 Emerald

📋 copy color: '#3CF474'

red 60 ◦ green 244 ◦ blue 116

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

Shades of Emerald #3CF474

Tints of Emerald #3CF474

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.1%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 14.29%
G = 58.1%
B = 27.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#3CF474 (or 0x3CF474) is known color: Emerald. HEX triplet: 3C, F4 and 74. RGB value is (60,244,116). Sum of RGB (Red+Green+Blue) = 60+244+116=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF474 is #C30B8B. Grayscale: #AEAEAE. Windows color (decimal): -12782476 or 7664700. OLE color: 7664700.

HSL color Cylindrical-coordinate representation of color #3CF474: hue angle of 138.26º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF474 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 116 -
CMYK 0.75 0 0.52 0.04
HSL 138.26º 0.89% 0.6% -
HSV(B) 138.26º 0.75% 0.96% -
XYZ 37.37 66.92 27.47 -
YUV 174.39 95.04 46.41 -
System Red Green Blue C M Y K H S L
Decimal 60 244 116 0.75 0 0.52 0.04 138.26 0.89 0.6
Hex 3C F4 74 4B 0 34 4 8A 59 3C
Octal 74 364 164 113 0 64 4 212 131 74
Binary 111100 11110100 1110100 1001011 0 110100 100 10001010 1011001 111100

Color Harmonies of #3CF474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF474

Black with #3CF474

Text Example


Text Example

White with #3CF474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,116); }

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

background-color css

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

 a { background-color: rgb(60,244,116); }

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

border-color css

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

 span { border-color: rgb(60,244,116); }

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