Html Css Color HEX #2EDD72 Emerald

📋 copy color: '#2EDD72'

red 46 ◦ green 221 ◦ blue 114

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

Shades of Emerald #2EDD72

Tints of Emerald #2EDD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 12.07%
G = 58.01%
B = 29.92%

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

#2EDD72 (or 0x2EDD72) is known color: Emerald. HEX triplet: 2E, DD and 72. RGB value is (46,221,114). Sum of RGB (Red+Green+Blue) = 46+221+114=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD72 is #D1228D. Grayscale: #9C9C9C. Windows color (decimal): -13705870 or 7527726. OLE color: 7527726.

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

Color convert

RGB 46 221 114 -
CMYK 0.79 0 0.48 0.13
HSL 143.31º 0.72% 0.52% -
HSV(B) 143.31º 0.79% 0.87% -
XYZ 30.02 53.51 24.67 -
YUV 156.48 104.02 49.2 -
System Red Green Blue C M Y K H S L
Decimal 46 221 114 0.79 0 0.48 0.13 143.31 0.72 0.52
Hex 2E DD 72 4F 0 30 D 8F 48 34
Octal 56 335 162 117 0 60 15 217 110 64
Binary 101110 11011101 1110010 1001111 0 110000 1101 10001111 1001000 110100

Color Harmonies of #2EDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD72

Black with #2EDD72

Text Example


Text Example

White with #2EDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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