Html Css Color HEX #2EDB7F Shamrock

📋 copy color: '#2EDB7F'

red 46 ◦ green 219 ◦ blue 127

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

Shades of Shamrock #2EDB7F

Tints of Shamrock #2EDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.87%

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

R = 11.73%
G = 55.87%
B = 32.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#2EDB7F (or 0x2EDB7F) is known color: Shamrock. HEX triplet: 2E, DB and 7F. RGB value is (46,219,127). Sum of RGB (Red+Green+Blue) = 46+219+127=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB7F is #D12480. Grayscale: #9C9C9C. Windows color (decimal): -13706369 or 8379182. OLE color: 8379182.

HSL color Cylindrical-coordinate representation of color #2EDB7F: hue angle of 148.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDB7F is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 219 127 -
CMYK 0.79 0 0.42 0.14
HSL 148.09º 0.71% 0.52% -
HSV(B) 148.09º 0.79% 0.86% -
XYZ 30.29 52.78 28.67 -
YUV 156.79 111.19 48.98 -
System Red Green Blue C M Y K H S L
Decimal 46 219 127 0.79 0 0.42 0.14 148.09 0.71 0.52
Hex 2E DB 7F 4F 0 2A E 94 47 34
Octal 56 333 177 117 0 52 16 224 107 64
Binary 101110 11011011 1111111 1001111 0 101010 1110 10010100 1000111 110100

Color Harmonies of #2EDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB7F

Black with #2EDB7F

Text Example


Text Example

White with #2EDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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