Html Css Color HEX #2FE177 Emerald

📋 copy color: '#2FE177'

red 47 ◦ green 225 ◦ blue 119

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

Shades of Emerald #2FE177

Tints of Emerald #2FE177

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.54%

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 12.02%
G = 57.54%
B = 30.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#2FE177 (or 0x2FE177) is known color: Emerald. HEX triplet: 2F, E1 and 77. RGB value is (47,225,119). Sum of RGB (Red+Green+Blue) = 47+225+119=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE177 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE177 is #D01E88. Grayscale: #9F9F9F. Windows color (decimal): -13639305 or 7856431. OLE color: 7856431.

HSL color Cylindrical-coordinate representation of color #2FE177: hue angle of 144.27º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE177 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 119 -
CMYK 0.79 0 0.47 0.12
HSL 144.27º 0.75% 0.53% -
HSV(B) 144.27º 0.79% 0.88% -
XYZ 31.43 55.79 26.56 -
YUV 159.69 105.03 47.62 -
System Red Green Blue C M Y K H S L
Decimal 47 225 119 0.79 0 0.47 0.12 144.27 0.75 0.53
Hex 2F E1 77 4F 0 2F C 90 4B 35
Octal 57 341 167 117 0 57 14 220 113 65
Binary 101111 11100001 1110111 1001111 0 101111 1100 10010000 1001011 110101

Color Harmonies of #2FE177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE177

Black with #2FE177

Text Example


Text Example

White with #2FE177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,119); }

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

background-color css

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

 a { background-color: rgb(47,225,119); }

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

border-color css

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

 span { border-color: rgb(47,225,119); }

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