Html Css Color HEX #3BF07C Emerald

📋 copy color: '#3BF07C'

red 59 ◦ green 240 ◦ blue 124

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

Shades of Emerald #3BF07C

Tints of Emerald #3BF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 13.95%
G = 56.74%
B = 29.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#3BF07C (or 0x3BF07C) is known color: Emerald. HEX triplet: 3B, F0 and 7C. RGB value is (59,240,124). Sum of RGB (Red+Green+Blue) = 59+240+124=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF07C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF07C is #C40F83. Grayscale: #ACACAC. Windows color (decimal): -12849028 or 8187963. OLE color: 8187963.

HSL color Cylindrical-coordinate representation of color #3BF07C: hue angle of 141.55º 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 #3BF07C is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 240 124 -
CMYK 0.75 0 0.48 0.06
HSL 141.55º 0.86% 0.59% -
HSV(B) 141.55º 0.75% 0.94% -
XYZ 36.6 64.71 29.63 -
YUV 172.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 59 240 124 0.75 0 0.48 0.06 141.55 0.86 0.59
Hex 3B F0 7C 4B 0 30 6 8E 56 3B
Octal 73 360 174 113 0 60 6 216 126 73
Binary 111011 11110000 1111100 1001011 0 110000 110 10001110 1010110 111011

Color Harmonies of #3BF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF07C

Black with #3BF07C

Text Example


Text Example

White with #3BF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,240,124); }

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

background-color css

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

 a { background-color: rgb(59,240,124); }

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

border-color css

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

 span { border-color: rgb(59,240,124); }

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