Html Css Color HEX #2FD66A Emerald

📋 copy color: '#2FD66A'

red 47 ◦ green 214 ◦ blue 106

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

Shades of Emerald #2FD66A

Tints of Emerald #2FD66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 12.81%
G = 58.31%
B = 28.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2FD66A (or 0x2FD66A) is known color: Emerald. HEX triplet: 2F, D6 and 6A. RGB value is (47,214,106). Sum of RGB (Red+Green+Blue) = 47+214+106=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD66A is #D02995. Grayscale: #989898. Windows color (decimal): -13642134 or 7001647. OLE color: 7001647.

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

Color convert

RGB 47 214 106 -
CMYK 0.78 0 0.50 0.16
HSL 141.2º 0.67% 0.51% -
HSV(B) 141.2º 0.78% 0.84% -
XYZ 27.82 49.74 21.77 -
YUV 151.76 102.17 53.28 -
System Red Green Blue C M Y K H S L
Decimal 47 214 106 0.78 0 0.50 0.16 141.2 0.67 0.51
Hex 2F D6 6A 4E 0 32 10 8D 43 33
Octal 57 326 152 116 0 62 20 215 103 63
Binary 101111 11010110 1101010 1001110 0 110010 10000 10001101 1000011 110011

Color Harmonies of #2FD66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD66A

Black with #2FD66A

Text Example


Text Example

White with #2FD66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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