Html Css Color HEX #2EDD74 Emerald

📋 copy color: '#2EDD74'

red 46 ◦ green 221 ◦ blue 116

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

Shades of Emerald #2EDD74

Tints of Emerald #2EDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.7%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 12.01%
G = 57.7%
B = 30.29%

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

#2EDD74 (or 0x2EDD74) is known color: Emerald. HEX triplet: 2E, DD and 74. RGB value is (46,221,116). Sum of RGB (Red+Green+Blue) = 46+221+116=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD74 is #D1228B. Grayscale: #9C9C9C. Windows color (decimal): -13705868 or 7658798. OLE color: 7658798.

HSL color Cylindrical-coordinate representation of color #2EDD74: hue angle of 144º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD74 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 116 -
CMYK 0.79 0 0.48 0.13
HSL 144º 0.72% 0.52% -
HSV(B) 144º 0.79% 0.87% -
XYZ 30.14 53.55 25.27 -
YUV 156.71 105.02 49.04 -
System Red Green Blue C M Y K H S L
Decimal 46 221 116 0.79 0 0.48 0.13 144 0.72 0.52
Hex 2E DD 74 4F 0 30 D 90 48 34
Octal 56 335 164 117 0 60 15 220 110 64
Binary 101110 11011101 1110100 1001111 0 110000 1101 10010000 1001000 110100

Color Harmonies of #2EDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD74

Black with #2EDD74

Text Example


Text Example

White with #2EDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,116); }

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

background-color css

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

 a { background-color: rgb(46,221,116); }

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

border-color css

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

 span { border-color: rgb(46,221,116); }

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