Html Css Color HEX #2EDF9D Shamrock

📋 copy color: '#2EDF9D'

red 46 ◦ green 223 ◦ blue 157

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

Shades of Shamrock #2EDF9D

Tints of Shamrock #2EDF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 10.8%
G = 52.35%
B = 36.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#2EDF9D (or 0x2EDF9D) is known color: Shamrock. HEX triplet: 2E, DF and 9D. RGB value is (46,223,157). Sum of RGB (Red+Green+Blue) = 46+223+157=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF9D is #D12062. Grayscale: #A2A2A2. Windows color (decimal): -13705315 or 10346286. OLE color: 10346286.

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

Color convert

RGB 46 223 157 -
CMYK 0.79 0 0.30 0.13
HSL 157.63º 0.73% 0.53% -
HSV(B) 157.63º 0.79% 0.87% -
XYZ 33.6 55.79 40.9 -
YUV 162.55 124.86 44.87 -
System Red Green Blue C M Y K H S L
Decimal 46 223 157 0.79 0 0.30 0.13 157.63 0.73 0.53
Hex 2E DF 9D 4F 0 1E D 9E 49 35
Octal 56 337 235 117 0 36 15 236 111 65
Binary 101110 11011111 10011101 1001111 0 11110 1101 10011110 1001001 110101

Color Harmonies of #2EDF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF9D

Black with #2EDF9D

Text Example


Text Example

White with #2EDF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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