Html Css Color HEX #2EDF7A Shamrock

📋 copy color: '#2EDF7A'

red 46 ◦ green 223 ◦ blue 122

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

Shades of Shamrock #2EDF7A

Tints of Shamrock #2EDF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 11.76%
G = 57.03%
B = 31.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#2EDF7A (or 0x2EDF7A) is known color: Shamrock. HEX triplet: 2E, DF and 7A. RGB value is (46,223,122). Sum of RGB (Red+Green+Blue) = 46+223+122=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF7A is #D12085. Grayscale: #9E9E9E. Windows color (decimal): -13705350 or 8052526. OLE color: 8052526.

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

Color convert

RGB 46 223 122 -
CMYK 0.79 0 0.45 0.13
HSL 145.76º 0.73% 0.53% -
HSV(B) 145.76º 0.79% 0.87% -
XYZ 31.03 54.76 27.35 -
YUV 158.56 107.36 47.71 -
System Red Green Blue C M Y K H S L
Decimal 46 223 122 0.79 0 0.45 0.13 145.76 0.73 0.53
Hex 2E DF 7A 4F 0 2D D 92 49 35
Octal 56 337 172 117 0 55 15 222 111 65
Binary 101110 11011111 1111010 1001111 0 101101 1101 10010010 1001001 110101

Color Harmonies of #2EDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDF7A

Black with #2EDF7A

Text Example


Text Example

White with #2EDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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