Html Css Color HEX #3BDC60 Emerald

📋 copy color: '#3BDC60'

red 59 ◦ green 220 ◦ blue 96

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

Shades of Emerald #3BDC60

Tints of Emerald #3BDC60

RGB

 RED value IS 59 (23.44% from 255) = 15.73%

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 15.73%
G = 58.67%
B = 25.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#3BDC60 (or 0x3BDC60) is known color: Emerald. HEX triplet: 3B, DC and 60. RGB value is (59,220,96). Sum of RGB (Red+Green+Blue) = 59+220+96=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC60 is #C4239F. Grayscale: #9E9E9E. Windows color (decimal): -12854176 or 6347835. OLE color: 6347835.

HSL color Cylindrical-coordinate representation of color #3BDC60: hue angle of 133.79º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC60 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 96 -
CMYK 0.73 0 0.56 0.14
HSL 133.79º 0.7% 0.55% -
HSV(B) 133.79º 0.73% 0.86% -
XYZ 29.51 52.96 19.73 -
YUV 157.73 93.16 57.58 -
System Red Green Blue C M Y K H S L
Decimal 59 220 96 0.73 0 0.56 0.14 133.79 0.7 0.55
Hex 3B DC 60 49 0 38 E 86 46 37
Octal 73 334 140 111 0 70 16 206 106 67
Binary 111011 11011100 1100000 1001001 0 111000 1110 10000110 1000110 110111

Color Harmonies of #3BDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC60

Black with #3BDC60

Text Example


Text Example

White with #3BDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,96); }

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

background-color css

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

 a { background-color: rgb(59,220,96); }

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

border-color css

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

 span { border-color: rgb(59,220,96); }

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