Html Css Color HEX #2EDD6E Emerald

📋 copy color: '#2EDD6E'

red 46 ◦ green 221 ◦ blue 110

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

Shades of Emerald #2EDD6E

Tints of Emerald #2EDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 12.2%
G = 58.62%
B = 29.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#2EDD6E (or 0x2EDD6E) is known color: Emerald. HEX triplet: 2E, DD and 6E. RGB value is (46,221,110). Sum of RGB (Red+Green+Blue) = 46+221+110=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD6E is #D12291. Grayscale: #9C9C9C. Windows color (decimal): -13705874 or 7265582. OLE color: 7265582.

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

Color convert

RGB 46 221 110 -
CMYK 0.79 0 0.50 0.13
HSL 141.94º 0.72% 0.52% -
HSV(B) 141.94º 0.79% 0.87% -
XYZ 29.8 53.42 23.49 -
YUV 156.02 102.02 49.53 -
System Red Green Blue C M Y K H S L
Decimal 46 221 110 0.79 0 0.50 0.13 141.94 0.72 0.52
Hex 2E DD 6E 4F 0 32 D 8E 48 34
Octal 56 335 156 117 0 62 15 216 110 64
Binary 101110 11011101 1101110 1001111 0 110010 1101 10001110 1001000 110100

Color Harmonies of #2EDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD6E

Black with #2EDD6E

Text Example


Text Example

White with #2EDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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