Html Css Color HEX #2FEB76 Emerald

📋 copy color: '#2FEB76'

red 47 ◦ green 235 ◦ blue 118

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

Shades of Emerald #2FEB76

Tints of Emerald #2FEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.75%

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

R = 11.75%
G = 58.75%
B = 29.5%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#2FEB76 (or 0x2FEB76) is known color: Emerald. HEX triplet: 2F, EB and 76. RGB value is (47,235,118). Sum of RGB (Red+Green+Blue) = 47+235+118=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB76 is #D01489. Grayscale: #A5A5A5. Windows color (decimal): -13636746 or 7793455. OLE color: 7793455.

HSL color Cylindrical-coordinate representation of color #2FEB76: hue angle of 142.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB76 is Cyan = 0.8, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 118 -
CMYK 0.8 0 0.50 0.08
HSL 142.66º 0.82% 0.55% -
HSV(B) 142.66º 0.8% 0.92% -
XYZ 34.15 61.33 27.18 -
YUV 165.45 101.22 43.51 -
System Red Green Blue C M Y K H S L
Decimal 47 235 118 0.8 0 0.50 0.08 142.66 0.82 0.55
Hex 2F EB 76 50 0 32 8 8F 52 37
Octal 57 353 166 120 0 62 10 217 122 67
Binary 101111 11101011 1110110 1010000 0 110010 1000 10001111 1010010 110111

Color Harmonies of #2FEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB76

Black with #2FEB76

Text Example


Text Example

White with #2FEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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