Html Css Color HEX #2FD668 Emerald

📋 copy color: '#2FD668'

red 47 ◦ green 214 ◦ blue 104

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

Shades of Emerald #2FD668

Tints of Emerald #2FD668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 12.88%
G = 58.63%
B = 28.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#2FD668 (or 0x2FD668) is known color: Emerald. HEX triplet: 2F, D6 and 68. RGB value is (47,214,104). Sum of RGB (Red+Green+Blue) = 47+214+104=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD668 is #D02997. Grayscale: #979797. Windows color (decimal): -13642136 or 6870575. OLE color: 6870575.

HSL color Cylindrical-coordinate representation of color #2FD668: hue angle of 140.48º 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 #2FD668 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 104 -
CMYK 0.78 0 0.51 0.16
HSL 140.48º 0.67% 0.51% -
HSV(B) 140.48º 0.78% 0.84% -
XYZ 27.72 49.7 21.23 -
YUV 151.53 101.17 53.44 -
System Red Green Blue C M Y K H S L
Decimal 47 214 104 0.78 0 0.51 0.16 140.48 0.67 0.51
Hex 2F D6 68 4E 0 33 10 8C 43 33
Octal 57 326 150 116 0 63 20 214 103 63
Binary 101111 11010110 1101000 1001110 0 110011 10000 10001100 1000011 110011

Color Harmonies of #2FD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD668

Black with #2FD668

Text Example


Text Example

White with #2FD668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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