Html Css Color HEX #2FD975 Emerald

📋 copy color: '#2FD975'

red 47 ◦ green 217 ◦ blue 117

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

Shades of Emerald #2FD975

Tints of Emerald #2FD975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 12.34%
G = 56.96%
B = 30.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#2FD975 (or 0x2FD975) is known color: Emerald. HEX triplet: 2F, D9 and 75. RGB value is (47,217,117). Sum of RGB (Red+Green+Blue) = 47+217+117=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD975 is #D0268A. Grayscale: #9B9B9B. Windows color (decimal): -13641355 or 7723311. OLE color: 7723311.

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

Color convert

RGB 47 217 117 -
CMYK 0.78 0 0.46 0.15
HSL 144.71º 0.69% 0.52% -
HSV(B) 144.71º 0.78% 0.85% -
XYZ 29.2 51.51 25.23 -
YUV 154.77 106.68 51.13 -
System Red Green Blue C M Y K H S L
Decimal 47 217 117 0.78 0 0.46 0.15 144.71 0.69 0.52
Hex 2F D9 75 4E 0 2E F 91 45 34
Octal 57 331 165 116 0 56 17 221 105 64
Binary 101111 11011001 1110101 1001110 0 101110 1111 10010001 1000101 110100

Color Harmonies of #2FD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD975

Black with #2FD975

Text Example


Text Example

White with #2FD975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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