Html Css Color HEX #2FE276 Emerald

📋 copy color: '#2FE276'

red 47 ◦ green 226 ◦ blue 118

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

Shades of Emerald #2FE276

Tints of Emerald #2FE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 57.8%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 12.02%
G = 57.8%
B = 30.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#2FE276 (or 0x2FE276) is known color: Emerald. HEX triplet: 2F, E2 and 76. RGB value is (47,226,118). Sum of RGB (Red+Green+Blue) = 47+226+118=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 226 (88.67% from 255 or 57.80% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE276 is #D01D89. Grayscale: #A0A0A0. Windows color (decimal): -13639050 or 7791151. OLE color: 7791151.

HSL color Cylindrical-coordinate representation of color #2FE276: hue angle of 143.8º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE276 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 226 118 -
CMYK 0.79 0 0.48 0.11
HSL 143.8º 0.76% 0.54% -
HSV(B) 143.8º 0.79% 0.89% -
XYZ 31.64 56.31 26.34 -
YUV 160.17 104.2 47.28 -
System Red Green Blue C M Y K H S L
Decimal 47 226 118 0.79 0 0.48 0.11 143.8 0.76 0.54
Hex 2F E2 76 4F 0 30 B 90 4C 36
Octal 57 342 166 117 0 60 13 220 114 66
Binary 101111 11100010 1110110 1001111 0 110000 1011 10010000 1001100 110110

Color Harmonies of #2FE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE276

Black with #2FE276

Text Example


Text Example

White with #2FE276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,226,118); }

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

background-color css

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

 a { background-color: rgb(47,226,118); }

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

border-color css

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

 span { border-color: rgb(47,226,118); }

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