#3CF26E

Color #3CF26E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3CF26E

Tints of Emerald #3CF26E

Color information

#3CF26E (or 0x3CF26E) is unknown color: approx Emerald. HEX triplet: 3C, F2 and 6E. RGB value is (60,242,110). Sum of RGB (Red+Green+Blue) = 60+242+110=412 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.56% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF26E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF26E is #C30D91. Grayscale: #ACACAC. Windows color (decimal): -12782994 or 7270972. OLE color: 7270972.

HSL color Cylindrical-coordinate representation of color #3CF26E: hue angle of 136.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF26E is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB60242110-
CMYK0.7500.550.05
HSL136.48º87.5%59.22%-
HSV(B)136.48º75.21%94.9%-
XYZ36.4365.5925.49-
YUV172.5392.747.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.56%
GREEN value IS 242 (94.92% from 255) = 58.74%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=14.56%
G=58.74%
B=26.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602421100.7500.550.05136.4887.559.22
Hex3CF26E4B037588583b
Octal74362156113067521013073
Binary11110011110010110111010010110110111101100010001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,242,110); }

 H1.HeaderClassName
 {
   color: #3CF26E;
 }
 .AnyTagClassName
 {
   color: #3CF26E;
 }
</style>
background-color css

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

 a { background-color: rgb(60,242,110); }

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

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

 span { border-color: rgb(60,242,110); }

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