Html Css Color HEX #2FD970 Emerald

📋 copy color: '#2FD970'

red 47 ◦ green 217 ◦ blue 112

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

Shades of Emerald #2FD970

Tints of Emerald #2FD970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.71%

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

R = 12.5%
G = 57.71%
B = 29.79%

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

#2FD970 (or 0x2FD970) is known color: Emerald. HEX triplet: 2F, D9 and 70. RGB value is (47,217,112). Sum of RGB (Red+Green+Blue) = 47+217+112=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 217 (85.16% from 255 or 57.71% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD970 is #D0268F. Grayscale: #9A9A9A. Windows color (decimal): -13641360 or 7395631. OLE color: 7395631.

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

Color convert

RGB 47 217 112 -
CMYK 0.78 0 0.48 0.15
HSL 142.94º 0.69% 0.52% -
HSV(B) 142.94º 0.78% 0.85% -
XYZ 28.91 51.4 23.73 -
YUV 154.2 104.18 51.54 -
System Red Green Blue C M Y K H S L
Decimal 47 217 112 0.78 0 0.48 0.15 142.94 0.69 0.52
Hex 2F D9 70 4E 0 30 F 8F 45 34
Octal 57 331 160 116 0 60 17 217 105 64
Binary 101111 11011001 1110000 1001110 0 110000 1111 10001111 1000101 110100

Color Harmonies of #2FD970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD970

Black with #2FD970

Text Example


Text Example

White with #2FD970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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