Html Css Color HEX #2FDF73 Emerald

📋 copy color: '#2FDF73'

red 47 ◦ green 223 ◦ blue 115

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

Shades of Emerald #2FDF73

Tints of Emerald #2FDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.92%

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

R = 12.21%
G = 57.92%
B = 29.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2FDF73 (or 0x2FDF73) is known color: Emerald. HEX triplet: 2F, DF and 73. RGB value is (47,223,115). Sum of RGB (Red+Green+Blue) = 47+223+115=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF73 is #D0208C. Grayscale: #9E9E9E. Windows color (decimal): -13639821 or 7593775. OLE color: 7593775.

HSL color Cylindrical-coordinate representation of color #2FDF73: hue angle of 143.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF73 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 115 -
CMYK 0.79 0 0.48 0.13
HSL 143.18º 0.73% 0.53% -
HSV(B) 143.18º 0.79% 0.87% -
XYZ 30.65 54.62 25.15 -
YUV 158.06 103.69 48.78 -
System Red Green Blue C M Y K H S L
Decimal 47 223 115 0.79 0 0.48 0.13 143.18 0.73 0.53
Hex 2F DF 73 4F 0 30 D 8F 49 35
Octal 57 337 163 117 0 60 15 217 111 65
Binary 101111 11011111 1110011 1001111 0 110000 1101 10001111 1001001 110101

Color Harmonies of #2FDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF73

Black with #2FDF73

Text Example


Text Example

White with #2FDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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