Html Css Color HEX #2EDE7D Shamrock

📋 copy color: '#2EDE7D'

red 46 ◦ green 222 ◦ blue 125

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

Shades of Shamrock #2EDE7D

Tints of Shamrock #2EDE7D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.49%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 11.7%
G = 56.49%
B = 31.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#2EDE7D (or 0x2EDE7D) is known color: Shamrock. HEX triplet: 2E, DE and 7D. RGB value is (46,222,125). Sum of RGB (Red+Green+Blue) = 46+222+125=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE7D is #D12182. Grayscale: #9E9E9E. Windows color (decimal): -13705603 or 8248878. OLE color: 8248878.

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

Color convert

RGB 46 222 125 -
CMYK 0.79 0 0.44 0.13
HSL 146.93º 0.73% 0.53% -
HSV(B) 146.93º 0.79% 0.87% -
XYZ 30.95 54.3 28.25 -
YUV 158.32 109.19 47.89 -
System Red Green Blue C M Y K H S L
Decimal 46 222 125 0.79 0 0.44 0.13 146.93 0.73 0.53
Hex 2E DE 7D 4F 0 2C D 93 49 35
Octal 56 336 175 117 0 54 15 223 111 65
Binary 101110 11011110 1111101 1001111 0 101100 1101 10010011 1001001 110101

Color Harmonies of #2EDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE7D

Black with #2EDE7D

Text Example


Text Example

White with #2EDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,125); }

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

background-color css

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

 a { background-color: rgb(46,222,125); }

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

border-color css

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

 span { border-color: rgb(46,222,125); }

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