Html Css Color HEX #3BFC7F Emerald

📋 copy color: '#3BFC7F'

red 59 ◦ green 252 ◦ blue 127

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

Shades of Emerald #3BFC7F

Tints of Emerald #3BFC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.53%

 BLUE value IS 127 (50% from 255) = 29%

R = 13.47%
G = 57.53%
B = 29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#3BFC7F (or 0x3BFC7F) is known color: Emerald. HEX triplet: 3B, FC and 7F. RGB value is (59,252,127). Sum of RGB (Red+Green+Blue) = 59+252+127=438 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.47% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BFC7F is #C40380. Grayscale: #B4B4B4. Windows color (decimal): -12845953 or 8387643. OLE color: 8387643.

HSL color Cylindrical-coordinate representation of color #3BFC7F: hue angle of 141.14º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFC7F is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 252 127 -
CMYK 0.77 0 0.50 0.01
HSL 141.14º 0.97% 0.61% -
HSV(B) 141.14º 0.77% 0.99% -
XYZ 40.44 72.08 31.86 -
YUV 180.04 98.06 41.66 -
System Red Green Blue C M Y K H S L
Decimal 59 252 127 0.77 0 0.50 0.01 141.14 0.97 0.61
Hex 3B FC 7F 4D 0 32 1 8D 61 3D
Octal 73 374 177 115 0 62 1 215 141 75
Binary 111011 11111100 1111111 1001101 0 110010 1 10001101 1100001 111101

Color Harmonies of #3BFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFC7F

Black with #3BFC7F

Text Example


Text Example

White with #3BFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,252,127); }

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

background-color css

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

 a { background-color: rgb(59,252,127); }

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

border-color css

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

 span { border-color: rgb(59,252,127); }

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