Html Css Color HEX #2FD871 Emerald

📋 copy color: '#2FD871'

red 47 ◦ green 216 ◦ blue 113

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

Shades of Emerald #2FD871

Tints of Emerald #2FD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 12.5%
G = 57.45%
B = 30.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#2FD871 (or 0x2FD871) is known color: Emerald. HEX triplet: 2F, D8 and 71. RGB value is (47,216,113). Sum of RGB (Red+Green+Blue) = 47+216+113=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD871 is #D0278E. Grayscale: #999999. Windows color (decimal): -13641615 or 7460911. OLE color: 7460911.

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

Color convert

RGB 47 216 113 -
CMYK 0.78 0 0.48 0.15
HSL 143.43º 0.68% 0.52% -
HSV(B) 143.43º 0.78% 0.85% -
XYZ 28.71 50.91 23.94 -
YUV 153.73 105.01 51.88 -
System Red Green Blue C M Y K H S L
Decimal 47 216 113 0.78 0 0.48 0.15 143.43 0.68 0.52
Hex 2F D8 71 4E 0 30 F 8F 44 34
Octal 57 330 161 116 0 60 17 217 104 64
Binary 101111 11011000 1110001 1001110 0 110000 1111 10001111 1000100 110100

Color Harmonies of #2FD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD871

Black with #2FD871

Text Example


Text Example

White with #2FD871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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