Html Css Color HEX #2EDF75 Emerald

📋 copy color: '#2EDF75'

red 46 ◦ green 223 ◦ blue 117

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

Shades of Emerald #2EDF75

Tints of Emerald #2EDF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 11.92%
G = 57.77%
B = 30.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2EDF75 (or 0x2EDF75) is known color: Emerald. HEX triplet: 2E, DF and 75. RGB value is (46,223,117). Sum of RGB (Red+Green+Blue) = 46+223+117=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF75 is #D1208A. Grayscale: #9E9E9E. Windows color (decimal): -13705355 or 7724846. OLE color: 7724846.

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

Color convert

RGB 46 223 117 -
CMYK 0.79 0 0.48 0.13
HSL 144.07º 0.73% 0.53% -
HSV(B) 144.07º 0.79% 0.87% -
XYZ 30.73 54.64 25.76 -
YUV 157.99 104.86 48.12 -
System Red Green Blue C M Y K H S L
Decimal 46 223 117 0.79 0 0.48 0.13 144.07 0.73 0.53
Hex 2E DF 75 4F 0 30 D 90 49 35
Octal 56 337 165 117 0 60 15 220 111 65
Binary 101110 11011111 1110101 1001111 0 110000 1101 10010000 1001001 110101

Color Harmonies of #2EDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF75

Black with #2EDF75

Text Example


Text Example

White with #2EDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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