Html Css Color HEX #2FD76C Emerald

📋 copy color: '#2FD76C'

red 47 ◦ green 215 ◦ blue 108

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

Shades of Emerald #2FD76C

Tints of Emerald #2FD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.11%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 12.7%
G = 58.11%
B = 29.19%

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

#2FD76C (or 0x2FD76C) is known color: Emerald. HEX triplet: 2F, D7 and 6C. RGB value is (47,215,108). Sum of RGB (Red+Green+Blue) = 47+215+108=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD76C is #D02893. Grayscale: #989898. Windows color (decimal): -13641876 or 7132975. OLE color: 7132975.

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

Color convert

RGB 47 215 108 -
CMYK 0.78 0 0.50 0.16
HSL 141.79º 0.68% 0.51% -
HSV(B) 141.79º 0.78% 0.84% -
XYZ 28.18 50.29 22.41 -
YUV 152.57 102.84 52.7 -
System Red Green Blue C M Y K H S L
Decimal 47 215 108 0.78 0 0.50 0.16 141.79 0.68 0.51
Hex 2F D7 6C 4E 0 32 10 8E 44 33
Octal 57 327 154 116 0 62 20 216 104 63
Binary 101111 11010111 1101100 1001110 0 110010 10000 10001110 1000100 110011

Color Harmonies of #2FD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD76C

Black with #2FD76C

Text Example


Text Example

White with #2FD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,108); }

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

background-color css

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

 a { background-color: rgb(47,215,108); }

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

border-color css

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

 span { border-color: rgb(47,215,108); }

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