Html Css Color HEX #3CF06A Emerald

📋 copy color: '#3CF06A'

red 60 ◦ green 240 ◦ blue 106

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

Shades of Emerald #3CF06A

Tints of Emerald #3CF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.11%

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 14.78%
G = 59.11%
B = 26.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#3CF06A (or 0x3CF06A) is known color: Emerald. HEX triplet: 3C, F0 and 6A. RGB value is (60,240,106). Sum of RGB (Red+Green+Blue) = 60+240+106=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF06A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF06A is #C30F95. Grayscale: #ABABAB. Windows color (decimal): -12783510 or 7008316. OLE color: 7008316.

HSL color Cylindrical-coordinate representation of color #3CF06A: hue angle of 135.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF06A is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 106 -
CMYK 0.75 0 0.56 0.06
HSL 135.33º 0.86% 0.59% -
HSV(B) 135.33º 0.75% 0.94% -
XYZ 35.63 64.32 24.17 -
YUV 170.9 91.37 48.9 -
System Red Green Blue C M Y K H S L
Decimal 60 240 106 0.75 0 0.56 0.06 135.33 0.86 0.59
Hex 3C F0 6A 4B 0 38 6 87 56 3B
Octal 74 360 152 113 0 70 6 207 126 73
Binary 111100 11110000 1101010 1001011 0 111000 110 10000111 1010110 111011

Color Harmonies of #3CF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF06A

Black with #3CF06A

Text Example


Text Example

White with #3CF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,106); }

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

background-color css

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

 a { background-color: rgb(60,240,106); }

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

border-color css

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

 span { border-color: rgb(60,240,106); }

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