Html Css Color HEX #2EDF79 Emerald

📋 copy color: '#2EDF79'

red 46 ◦ green 223 ◦ blue 121

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

Shades of Emerald #2EDF79

Tints of Emerald #2EDF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 11.79%
G = 57.18%
B = 31.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#2EDF79 (or 0x2EDF79) is known color: Emerald. HEX triplet: 2E, DF and 79. RGB value is (46,223,121). Sum of RGB (Red+Green+Blue) = 46+223+121=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF79 is #D12086. Grayscale: #9E9E9E. Windows color (decimal): -13705351 or 7986990. OLE color: 7986990.

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

Color convert

RGB 46 223 121 -
CMYK 0.79 0 0.46 0.13
HSL 145.42º 0.73% 0.53% -
HSV(B) 145.42º 0.79% 0.87% -
XYZ 30.97 54.74 27.02 -
YUV 158.45 106.86 47.79 -
System Red Green Blue C M Y K H S L
Decimal 46 223 121 0.79 0 0.46 0.13 145.42 0.73 0.53
Hex 2E DF 79 4F 0 2E D 91 49 35
Octal 56 337 171 117 0 56 15 221 111 65
Binary 101110 11011111 1111001 1001111 0 101110 1101 10010001 1001001 110101

Color Harmonies of #2EDF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF79

Black with #2EDF79

Text Example


Text Example

White with #2EDF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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