Html Css Color HEX #2FD870 Emerald

📋 copy color: '#2FD870'

red 47 ◦ green 216 ◦ blue 112

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

Shades of Emerald #2FD870

Tints of Emerald #2FD870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 12.53%
G = 57.6%
B = 29.87%

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

#2FD870 (or 0x2FD870) is known color: Emerald. HEX triplet: 2F, D8 and 70. RGB value is (47,216,112). Sum of RGB (Red+Green+Blue) = 47+216+112=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD870 is #D0278F. Grayscale: #999999. Windows color (decimal): -13641616 or 7395375. OLE color: 7395375.

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

Color convert

RGB 47 216 112 -
CMYK 0.78 0 0.48 0.15
HSL 143.08º 0.68% 0.52% -
HSV(B) 143.08º 0.78% 0.85% -
XYZ 28.65 50.89 23.64 -
YUV 153.61 104.51 51.96 -
System Red Green Blue C M Y K H S L
Decimal 47 216 112 0.78 0 0.48 0.15 143.08 0.68 0.52
Hex 2F D8 70 4E 0 30 F 8F 44 34
Octal 57 330 160 116 0 60 17 217 104 64
Binary 101111 11011000 1110000 1001110 0 110000 1111 10001111 1000100 110100

Color Harmonies of #2FD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD870

Black with #2FD870

Text Example


Text Example

White with #2FD870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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