Html Css Color HEX #2FD866 Emerald

📋 copy color: '#2FD866'

red 47 ◦ green 216 ◦ blue 102

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

Shades of Emerald #2FD866

Tints of Emerald #2FD866

RGB

 RED value IS 47 (18.75% from 255) = 12.88%

 GREEN value IS 216 (84.77% from 255) = 59.18%

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 12.88%
G = 59.18%
B = 27.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#2FD866 (or 0x2FD866) is known color: Emerald. HEX triplet: 2F, D8 and 66. RGB value is (47,216,102). Sum of RGB (Red+Green+Blue) = 47+216+102=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD866 is #D02799. Grayscale: #989898. Windows color (decimal): -13641626 or 6740015. OLE color: 6740015.

HSL color Cylindrical-coordinate representation of color #2FD866: hue angle of 139.53º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD866 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 102 -
CMYK 0.78 0 0.53 0.15
HSL 139.53º 0.68% 0.52% -
HSV(B) 139.53º 0.78% 0.85% -
XYZ 28.13 50.68 20.87 -
YUV 152.47 99.51 52.77 -
System Red Green Blue C M Y K H S L
Decimal 47 216 102 0.78 0 0.53 0.15 139.53 0.68 0.52
Hex 2F D8 66 4E 0 35 F 8C 44 34
Octal 57 330 146 116 0 65 17 214 104 64
Binary 101111 11011000 1100110 1001110 0 110101 1111 10001100 1000100 110100

Color Harmonies of #2FD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD866

Black with #2FD866

Text Example


Text Example

White with #2FD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FD866; }

 p { color: rgb(47,216,102); }

 H1.HeaderClassName
 {
   color: #2FD866;
 }
 .AnyTagClassName
 {
   color: #2FD866;
 }
</style>

background-color css

<style>
 a { background-color: #2FD866; }

 a { background-color: rgb(47,216,102); }

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

border-color css

<style>
 span { border-color: #2FD866; }

 span { border-color: rgb(47,216,102); }

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