Html Css Color HEX #2FD666 Emerald

📋 copy color: '#2FD666'

red 47 ◦ green 214 ◦ blue 102

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

Shades of Emerald #2FD666

Tints of Emerald #2FD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.95%

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

R = 12.95%
G = 58.95%
B = 28.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#2FD666 (or 0x2FD666) is known color: Emerald. HEX triplet: 2F, D6 and 66. RGB value is (47,214,102). Sum of RGB (Red+Green+Blue) = 47+214+102=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD666 is #D02999. Grayscale: #979797. Windows color (decimal): -13642138 or 6739503. OLE color: 6739503.

HSL color Cylindrical-coordinate representation of color #2FD666: hue angle of 139.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD666 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 102 -
CMYK 0.78 0 0.52 0.16
HSL 139.76º 0.67% 0.51% -
HSV(B) 139.76º 0.78% 0.84% -
XYZ 27.62 49.66 20.7 -
YUV 151.3 100.17 53.61 -
System Red Green Blue C M Y K H S L
Decimal 47 214 102 0.78 0 0.52 0.16 139.76 0.67 0.51
Hex 2F D6 66 4E 0 34 10 8C 43 33
Octal 57 326 146 116 0 64 20 214 103 63
Binary 101111 11010110 1100110 1001110 0 110100 10000 10001100 1000011 110011

Color Harmonies of #2FD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD666

Black with #2FD666

Text Example


Text Example

White with #2FD666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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