Html Css Color HEX #2FD573 Emerald

📋 copy color: '#2FD573'

red 47 ◦ green 213 ◦ blue 115

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

Shades of Emerald #2FD573

Tints of Emerald #2FD573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 12.53%
G = 56.8%
B = 30.67%

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

#2FD573 (or 0x2FD573) is known color: Emerald. HEX triplet: 2F, D5 and 73. RGB value is (47,213,115). Sum of RGB (Red+Green+Blue) = 47+213+115=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD573 is #D02A8C. Grayscale: #989898. Windows color (decimal): -13642381 or 7591215. OLE color: 7591215.

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

Color convert

RGB 47 213 115 -
CMYK 0.78 0 0.46 0.16
HSL 144.58º 0.66% 0.51% -
HSV(B) 144.58º 0.78% 0.84% -
XYZ 28.06 49.43 24.28 -
YUV 152.19 107 52.97 -
System Red Green Blue C M Y K H S L
Decimal 47 213 115 0.78 0 0.46 0.16 144.58 0.66 0.51
Hex 2F D5 73 4E 0 2E 10 91 42 33
Octal 57 325 163 116 0 56 20 221 102 63
Binary 101111 11010101 1110011 1001110 0 101110 10000 10010001 1000010 110011

Color Harmonies of #2FD573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD573

Black with #2FD573

Text Example


Text Example

White with #2FD573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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