Html Css Color HEX #2EEC7F Shamrock

📋 copy color: '#2EEC7F'

red 46 ◦ green 236 ◦ blue 127

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

Shades of Shamrock #2EEC7F

Tints of Shamrock #2EEC7F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.7%

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

R = 11.25%
G = 57.7%
B = 31.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#2EEC7F (or 0x2EEC7F) is known color: Shamrock. HEX triplet: 2E, EC and 7F. RGB value is (46,236,127). Sum of RGB (Red+Green+Blue) = 46+236+127=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEC7F is #D11380. Grayscale: #A7A7A7. Windows color (decimal): -13702017 or 8383534. OLE color: 8383534.

HSL color Cylindrical-coordinate representation of color #2EEC7F: hue angle of 145.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC7F is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 127 -
CMYK 0.81 0 0.46 0.07
HSL 145.58º 0.83% 0.55% -
HSV(B) 145.58º 0.81% 0.93% -
XYZ 34.95 62.1 30.22 -
YUV 166.76 105.55 41.86 -
System Red Green Blue C M Y K H S L
Decimal 46 236 127 0.81 0 0.46 0.07 145.58 0.83 0.55
Hex 2E EC 7F 51 0 2E 7 92 53 37
Octal 56 354 177 121 0 56 7 222 123 67
Binary 101110 11101100 1111111 1010001 0 101110 111 10010010 1010011 110111

Color Harmonies of #2EEC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC7F

Black with #2EEC7F

Text Example


Text Example

White with #2EEC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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