Html Css Color HEX #2FD574 Emerald

📋 copy color: '#2FD574'

red 47 ◦ green 213 ◦ blue 116

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

Shades of Emerald #2FD574

Tints of Emerald #2FD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.65%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 12.5%
G = 56.65%
B = 30.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2FD574 (or 0x2FD574) is known color: Emerald. HEX triplet: 2F, D5 and 74. RGB value is (47,213,116). Sum of RGB (Red+Green+Blue) = 47+213+116=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD574 is #D02A8B. Grayscale: #989898. Windows color (decimal): -13642380 or 7656751. OLE color: 7656751.

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

Color convert

RGB 47 213 116 -
CMYK 0.78 0 0.46 0.16
HSL 144.94º 0.66% 0.51% -
HSV(B) 144.94º 0.78% 0.84% -
XYZ 28.12 49.45 24.59 -
YUV 152.31 107.5 52.89 -
System Red Green Blue C M Y K H S L
Decimal 47 213 116 0.78 0 0.46 0.16 144.94 0.66 0.51
Hex 2F D5 74 4E 0 2E 10 91 42 33
Octal 57 325 164 116 0 56 20 221 102 63
Binary 101111 11010101 1110100 1001110 0 101110 10000 10010001 1000010 110011

Color Harmonies of #2FD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD574

Black with #2FD574

Text Example


Text Example

White with #2FD574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,213,116); }

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

background-color css

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

 a { background-color: rgb(47,213,116); }

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

border-color css

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

 span { border-color: rgb(47,213,116); }

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