Html Css Color HEX #2EDF76 Emerald

📋 copy color: '#2EDF76'

red 46 ◦ green 223 ◦ blue 118

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

Shades of Emerald #2EDF76

Tints of Emerald #2EDF76

RGB

 RED value IS 46 (18.36% from 255) = 11.89%

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

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

R = 11.89%
G = 57.62%
B = 30.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#2EDF76 (or 0x2EDF76) is known color: Emerald. HEX triplet: 2E, DF and 76. RGB value is (46,223,118). Sum of RGB (Red+Green+Blue) = 46+223+118=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF76 is #D12089. Grayscale: #9E9E9E. Windows color (decimal): -13705354 or 7790382. OLE color: 7790382.

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

Color convert

RGB 46 223 118 -
CMYK 0.79 0 0.47 0.13
HSL 144.41º 0.73% 0.53% -
HSV(B) 144.41º 0.79% 0.87% -
XYZ 30.78 54.66 26.07 -
YUV 158.11 105.36 48.04 -
System Red Green Blue C M Y K H S L
Decimal 46 223 118 0.79 0 0.47 0.13 144.41 0.73 0.53
Hex 2E DF 76 4F 0 2F D 90 49 35
Octal 56 337 166 117 0 57 15 220 111 65
Binary 101110 11011111 1110110 1001111 0 101111 1101 10010000 1001001 110101

Color Harmonies of #2EDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF76

Black with #2EDF76

Text Example


Text Example

White with #2EDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,118); }

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

background-color css

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

 a { background-color: rgb(46,223,118); }

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

border-color css

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

 span { border-color: rgb(46,223,118); }

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