Html Css Color HEX #2EDD7F Shamrock

📋 copy color: '#2EDD7F'

red 46 ◦ green 221 ◦ blue 127

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

Shades of Shamrock #2EDD7F

Tints of Shamrock #2EDD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.23%

R = 11.68%
G = 56.09%
B = 32.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#2EDD7F (or 0x2EDD7F) is known color: Shamrock. HEX triplet: 2E, DD and 7F. RGB value is (46,221,127). Sum of RGB (Red+Green+Blue) = 46+221+127=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD7F is #D12280. Grayscale: #9E9E9E. Windows color (decimal): -13705857 or 8379694. OLE color: 8379694.

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

Color convert

RGB 46 221 127 -
CMYK 0.79 0 0.43 0.13
HSL 147.77º 0.72% 0.52% -
HSV(B) 147.77º 0.79% 0.87% -
XYZ 30.81 53.83 28.84 -
YUV 157.96 110.52 48.14 -
System Red Green Blue C M Y K H S L
Decimal 46 221 127 0.79 0 0.43 0.13 147.77 0.72 0.52
Hex 2E DD 7F 4F 0 2B D 94 48 34
Octal 56 335 177 117 0 53 15 224 110 64
Binary 101110 11011101 1111111 1001111 0 101011 1101 10010100 1001000 110100

Color Harmonies of #2EDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD7F

Black with #2EDD7F

Text Example


Text Example

White with #2EDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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