Html Css Color HEX #2FE178 Emerald

📋 copy color: '#2FE178'

red 47 ◦ green 225 ◦ blue 120

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

Shades of Emerald #2FE178

Tints of Emerald #2FE178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 11.99%
G = 57.4%
B = 30.61%

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

#2FE178 (or 0x2FE178) is known color: Emerald. HEX triplet: 2F, E1 and 78. RGB value is (47,225,120). Sum of RGB (Red+Green+Blue) = 47+225+120=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE178 is #D01E87. Grayscale: #A0A0A0. Windows color (decimal): -13639304 or 7921967. OLE color: 7921967.

HSL color Cylindrical-coordinate representation of color #2FE178: hue angle of 144.61º 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 #2FE178 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 120 -
CMYK 0.79 0 0.47 0.12
HSL 144.61º 0.75% 0.53% -
HSV(B) 144.61º 0.79% 0.88% -
XYZ 31.49 55.81 26.88 -
YUV 159.81 105.53 47.54 -
System Red Green Blue C M Y K H S L
Decimal 47 225 120 0.79 0 0.47 0.12 144.61 0.75 0.53
Hex 2F E1 78 4F 0 2F C 91 4B 35
Octal 57 341 170 117 0 57 14 221 113 65
Binary 101111 11100001 1111000 1001111 0 101111 1100 10010001 1001011 110101

Color Harmonies of #2FE178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE178

Black with #2FE178

Text Example


Text Example

White with #2FE178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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